@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

a.accordion-toggle {
    font-size: 18px;
}

body{
	padding:0;
	font-family: 'Open Sans', sans-serif;
	min-width:300px;
	font-size: 18px;
	color: #333333;
}

h1{
	font-size:1.571em;
	line-height: 140%;
	color:#e43227;
}

h2{
	font-size:2.222em;
	line-height: 140%;
	color:#e43227;
}

a:link, a:visited{
	color:#e43227;
	text-decoration: none;
    z-index: 1;
}
a:hover, a:focus{
	color:#e43227;
	text-decoration:underline;
    z-index: 1;
}

.flexslider .wrapper > a:link, .flexslider .wrapper > a:visited,
.flexslider .wrapper > a:hover, .flexslider .wrapper > a:focus{
	display:block;
}

p{
	margin:0;
}




.anchor:before {
content:"";
display:block;
height:130px; /* fixed header height*/
margin:-130px 0 0; /* negative fixed header height */
position:relative;
z-index:-1;
visibility:hidden;
}


header .top_row, #sticky_header .top_row{
	/*background-color:#009ee1;*/
	position:relative;
}

header .row, #sticky_header .row{
	position:relative;
	
}
header .bottom_row, #sticky_header .bottom_row{
	display: none;
}

header .row_alt{
	margin-left:0;
	margin-right:0;	
}
header .bottom_row{
	z-index:0;
}
header .row_alt .col-md-12, header .row_alt .col-sm-12{
	padding-left:0;
	padding-right:0;
}

.top_row{
	margin-right: 0;
    z-index: 40;
    display: flex;
	flex-wrap: nowrap;
    margin-left: 0;
	background:#e43227;
}


header .bottom_row .container{
	position:relative;
}

.logo_wrapper { 
    width: auto;
   
}


.logo{
	position:relative;
	width:auto;
	max-width:100%;
	height:auto;
	background:#e43227;
}


.logo a {
    width: 306px;
    position: relative;
    margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
    margin-bottom: 0px;
    display: block;
}

.logo a img{
	max-width: 100%;
}

.navigation_wrapper {
    display: flex;
    margin: 0 auto;
    width: 100%;
    background: #e43227;
    flex-direction: column;
    justify-content: space-between;
}
.metanav_wrapper{
	flex: 1;
    /*min-width: 155px;*/
    background: #e43227;
}
.metanav{
	background-color: #e43227;
    border: none;
    position: relative;
}

.metanav ul{
	padding: 0.5em 0;
	margin-bottom: 0;
}

.metanav ul li{
	display:inline-block;
	list-style:none;
	font-size:16px;
    line-height: 140%;
	color:#fff;
	margin-right:8px;
	margin-left:8px;
}

.metanav ul li a:link, .metanav ul li a:visited {
	color:#fff;
	text-decoration: none;
}
.metanav ul li a:hover, .metanav ul li a:focus {
	color:#000;
}

@media (min-width: 992px){
	.navbar-toggle {
		display: none;
	}

	#mainnavbar {
		display: flex; 
		height: 100%;
	}

	.navbar-collapse.collapse {
		display: block;
		height: auto;
		padding-bottom: 0;
		overflow: visible;
	}

	.navbar-nav {
		flex-direction: row;
	}

	.navbar-nav .dropdown-menu{
		position:absolute;
	}

}



.navbar{
	background-color: #e43227;
    border: none;
	padding-left: 0;
	padding-right:0;
	margin: 0 32px;
	padding-bottom: 0;
	height:100%;
	padding-top: 0;
	position: initial;
}
#mainnavbar{
    flex-direction: column;
    justify-content: space-between;
	align-items: flex-start;
}
.navbar-collapse.collapse {
    padding: 0;
    
}
.navbar .navbar-nav > li > a{
	line-height:20px;
	font-size:18px;
	font-weight: bold;
	color:#fff;
	padding-top:0;
	padding-bottom:0;
}
.navbar .navbar-nav > li > a {
	line-height:20px;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 8px 10px;
    text-decoration: none;
    display: block;
    position: relative;
}


.navbar .navbar-nav > li.first > a{
	border-left: none;
}

.navbar .navbar-nav>li>a:focus, .navbar .navbar-nav>li>a:hover {
    color: #e43227;
    background-color: #fff;
}

.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.active>a:hover {
    color: #e43227;
    background-color: #fff;
}

.navbar .dropdown.hover:hover > ul{
	display:block;
}

ul.dropdown-menu .dropdown-menu {
    left: 100%;
    top: -7px;
    border-radius: 0px 4px 4px 0;
	-webkit-box-shadow: 4px 0px 6px -4px rgba(0,0,0,.175) inset;
    box-shadow: 4px 0px 6px -4px rgba(0,0,0,.175) inset;
    border-left: 1px solid #e43227;
}
.dropdown-menu{
	border:none;
	position: absolute;
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.dropdown-menu>li {
   	border-bottom:0px solid #e43227;
}
.dropdown-menu>li.last {
   	border-bottom:none;
}
.dropdown-menu>li>a {
    font-weight: 400;
    color: #e43227;
	font-size:16px;
	line-height:26px;
	padding: 3px 15px;
	text-decoration: none;
	white-space: nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #000;
    background-color: #fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #000;
    text-decoration: none;
    outline: 0;
    background-color: #fff;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #fff;
	display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover {
    background-color: #fff;
}
.navbar .navbar-toggle:hover .icon-bar, .navbar .navbar-toggle:focus .icon-bar {
    background-color: #e43227;
}


.gallery-item img, .gallery-item picture {
    width: auto;
	max-width: 100%;
}

.carousel .gallery-item img, .carousel .gallery-item picture {
	width: 100%;
}

.visual{
	display:block;
	position:relative;
}

.visual .frame{
	padding:0;
}

.visual .frame-container-default{
	max-width:none;
	padding:0;
}

.visual img{
	width:100%;
}

.image > .caption, .flexslider .spresponsive_caption {
    position: absolute;
    max-width: 420px;
    height: auto;
    display: block;
    bottom: 50px;
    left: 50px;
    background: #fff;
	color:#e43227;
	padding:20px;
}

.image > .caption h1, .flexslider .spresponsive_caption h1{
	font-size:3.214em;
	line-height: 1.42857;
	color:#fff;
}

.flexslider .spresponsive_caption div div{
	margin-right:120px;
}
.wrapper.container{
	position:relative;
}
.bild_text.visual {
    position: absolute;
    max-width: 100%;
    height: auto;
    display: block;
    bottom: 50px;
    left: 0px;
    color: #e43227;
    padding: 0;

}
.bild_text.visual tr{
	background-color:transparent;
}
.bild_text.visual td{
	background: #fff;
	padding:14px;
}


.bild_text.visual h2{
	font-size:	1.111em;
	font-weight:600;
	margin-top:0;
	margin-bottom:4px;
	line-height:120%;
}

.bild_text.visual p{
	color: #333333;
	line-height:120%;
}
.bild_text.visual td.description_link{
	margin-left:3px;
	font-size:48px;
	line-height: 38px;
    vertical-align: bottom;
}
.bild_text.visual table { 
    border-spacing: 3px;
    border-collapse: separate;
}

.bild_text.visual:hover table { 
    border-spacing: 6px;
}
.bild_text.visual:hover{ 
	bottom: 47px;
    left: -3px;
    border-spacing: 6px;
}



.einleitung {
	background-color: #fff;
	color: #333333;
}

.einleitung h2{
	font-weight: semibold;
	color: #e43227;
}

.einleitung h4{
	font-size: 24px;
	font-weight: normal;
	color: #e43227;
}

.ansprechperson {
	background-color: #fff;
	color: #333333;
}

.ansprechperson h2{
	font-weight: semibold;
	color: #e43227;
	padding-bottom: 20px;
}

.ansprechperson h4{
	font-size: 24px;
	font-weight: normal;
	color: #e43227;
}

.swisscom {
	background-color: #fff;
	color: #333333;
	text-align: center;
	vertical-align:middle;
}

.swisscom h2{
	font-weight: semibold;
	color: #e43227;
	padding-bottom: 20px;
}

.swisscom h4{
	font-size: 24px;
	font-weight: normal;
	color: #e43227;
}

.kontakt h2{
	font-size: 40px;
	font-weight: semibold;
	color: #fff;
	padding-bottom: 20px;
	text-align: center;
	padding-top: 40px;
}

.kontakt h4{
	font-size: 24px;
	font-weight: normal;
	color: #e43227;
}

#main{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+20,e6e6e6+40,e6e6e6+100 */
	background: #ffffff; /* Old browsers */
	overflow: hidden;
	z-index: 30;
    position: relative;
}

hr{
	background-color: #e43227;
	height:2px;
	border:none;
	position:relative;	
	margin-top: 20px;
	margin-bottom: 20px;
}

div#c1403 hr {
    height: 2.2px !important;
    background-color: #e43227;
    border: none;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}


#main .csc-textpic-scalable {
    clear: left;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
}

#main .unterseite .csc-textpic-scalable {
	border: solid 1px #e43227;
	min-height: 480px;
}

.teaser {
	background-color: #e43227;
	margin-bottom: 60px;
}

.teaser .col-md-4 {
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

.kontakt {
	background: url(../images/kontakt/telefon.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#main > .col-sm-12.col-md-12 {
	padding:0;
}


.unterseite {
	padding-top: 20px;
	padding-bottom: 50px;
	color: #333333;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
}

.unterseite .col-md-4 {
	min-height: 500px;
	max-width: 350px;
	overflow-y:hidden; 
	margin-top: 50px;
	margin-right: 20px;

}

.unterseite h1{
	font-size: 20px;
	font-weight: bold;
}

.unterseite .text{
	padding-left: 10px;
}


.col-md-3 .csc-textpic-scalable  {
	
}

.col-md-3 .csc-textpic-scalable .text  {
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 16px;
}

.col-md-3 .csc-textpic-scalable .text  h2{
	font-size: 18px;
	font-weight: bold;
}

.border_red > div {
    border: 1px solid #e43227;
}

.border_red.slick-slide > div, .border_red.slick-slide > div, .slick-slide .border_red > div, .border_red > div[class^="frame-space-after-"] {
    border: none;
}


.border_red  .text, #main .unterseite .csc-textpic-scalable .text,
.border_red  .textpic-text, #main .unterseite .csc-textpic-scalable .textpic-text
{
    padding-left: 15px;
	padding-bottom: 15px;
	padding-right:15px;
}

.sidebar .textpic .textpic-text,
.border_red .textpic .textpic-text  {
	
	font-size: 16px;
}

.sidebar .textpic .textpic-text h2,
.border_red .textpic .textpic-text h2{
	font-size: 18px;
	font-weight: bold;
}

@media (min-width: 768px) {

	.textmedia-left, .textpic-left,
	.textmedia-right, .textpic-right {
		flex-wrap: nowrap;
	}
	.sidebar .textmedia, .sidebar .textpic {
		flex-wrap: wrap;
	}

    .textmedia-right .textmedia-gallery,.textmedia-right .textpic-gallery,.textmedia-left .textmedia-gallery,.textmedia-left .textpic-gallery,.textpic-right .textmedia-gallery,.textpic-right .textpic-gallery,.textpic-left .textmedia-gallery,.textpic-left .textpic-gallery {
        max-width:calc(50% - (40px / 2));
		width:auto;
		flex-shrink: 0;
    }
	.textmedia-right .textmedia-text,.textmedia-right .textpic-text,.textmedia-left .textmedia-text,.textmedia-left .textpic-text,.textpic-right .textmedia-text,.textpic-right .textpic-text,.textpic-left .textmedia-text,.textpic-left .textpic-text {
        max-width:100%;
		width:auto;
    }
}

.textmedia.intext, .textpic.intext{
	display:block;
	clear: left;
   	overflow: hidden;
}

.textmedia.intext  .textpic-gallery, .textpic.intext .textpic-gallery {
    max-width: 50%;
	width:auto;
}

.textmedia.intext  .textpic-text, .textpic.intext .textpic-text {
    width:100%;
}

.textmedia.intext.textmedia-left  .textpic-gallery, .textpic.intext.textpic-left .textpic-gallery {
	float: left;
	margin-right: 20px;
}

.textmedia.intext.textmedia-right  .textpic-gallery, .textpic.intext.textpic-right .textpic-gallery {
	float: right;
	margin-left:20px;
}

footer{
	background-color:#e43227;
	color:#fff;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
}

footer .container .row {
    margin-top: 0px;
    border-top: none;
}


footer a:link, footer a:visited{
	color:#fff;
}

footer a:hover{
	color:#fff;
	text-decoration:underline;
}

footer .col-md-9 {
	margin: 0px;
}

.caret-r {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	border-left: 5px dashed;
	border-left: 5px solid\9;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	left:auto;
	right:0;
	position: absolute;
    margin-top: 8px;
    margin-right: 15px;
}
.navbar li{
	padding:0;
}
.col-lg-auto{
	width:auto;
}

.breadcrump{
	line-height:52px;
	color: #666666;
	font-size:14px;
	position: absolute;
    z-index: 20;
}

.breadcrump a:link, .breadcrump a:visited{
	color: #666666;
	text-decoration:underline;
	margin-right: 10px;
}

.breadcrump span {
    font-size: 12px;
    top: 0px;
    position: absolute;
    margin-left: -9px;
}

.toolbar {
    line-height: 52px;
    color: #666666;
    font-size: 20px;
	right:15px;
    position: absolute;
    z-index: 20;
}

.toolbar .icon{
    float:left;
	margin-left:16px;
}

.row.main .sidebar img{
	width:100%;    
}
.panel-group {
    margin-bottom: 0;
}
.panel-title{
	padding-bottom: 13px;
}
.panel-group .panel, .card {
    margin-bottom: 0;
    border-radius: 0;
    background-color:transparent; 
    border: none;
    -webkit-box-shadow:none;
    box-shadow: none;
	border-bottom:1px solid #666666;
	clear:left;
    width: 100%;
}
.panel .panel-heading, .card .card-header {
    background-color:transparent; 
    padding: 0;
    font-size: 14px;
    border: none;
}
.card .card-header .btn{
	font-size: 20px;
    line-height: 140%;
	color: #e43227;
	margin-top: 10px;
    margin-bottom: 10px;
	padding: 0;
}
.card .card-header .btn:focus{
	box-shadow: none;
}
.panel .panel-heading a:focus{
	text-decoration: none;
}
.panel .panel-heading h4{
	font-size: 20px;
	line-height: 140%;
}

/*.panel .panel-heading h4{
    float:left;
}*/
.panel .panel-heading h4:after, .card .card-header .btn:after{
    content:"\f0ab";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left:10px;
	color:#666666;
}
.panel .panel-heading .collapsed h4:after, .card .card-header .btn.collapsed:after{
    content:"\f0a9";
}


.panel .panel-body, .card .card-body {   
    padding: 0 0 15px;
    border: none !important;
	clear:left;
}

.card .card-body header, .card .card-body div[class^="frame-space-after-"] {
	display:none;
}

#main .img-intext-left .img-wrap{
    float: left;
    margin-right: 20px;
	max-width:50%;
	margin-bottom:10px;
}
#main .img-intext-right .img-wrap{
    float: right;
    margin-left: 20px;
	max-width:50%;
	margin-bottom:10px;
}
#main .img-center.img-above .img-wrap{ 
    max-width: 100%;
    margin: auto;
    margin-bottom: 10px;
}

#main .img-left.img-above .img-wrap{ 
    max-width: 100%;
    margin-bottom: 10px;
}

#main .img-right.img-above .img-wrap{ 
    max-width: 100%;
	margin-left:auto;
	margin-right:0;
    margin-bottom: 10px;
}
#main .img-center.img-below .img-wrap{ 
    max-width: 100%;
    margin: auto;
    margin-top: 10px;
}
#main .img-right.img-below .img-wrap{ 
    max-width: 100%;
	margin-left:auto;
	margin-right:0;
    margin-top: 10px;
}
#main .img-left.img-below .img-wrap{ 
    max-width: 100%;
    margin-top: 10px;
}

#main .img-beside.img-beside-right .img-wrap {
    float: right;
    margin-left: 20px;
}
#main .img-beside.img-beside-left .img-wrap { 
    float: left;
    margin-right: 20px;
}
#main .img-beside .text {
    float: none;
    width: auto;
    overflow: hidden;
}

#main .img-above .flexslider{
	float:left;
	margi
}

#main .img-above .text{
	clear:left;
}

ul.csc-menu, .csc-sitemap ul{
    padding: 0;
}

ul.csc-menu li, .csc-sitemap ul li{
    list-style:none;
}

.csc-sitemap ul li ul{
    padding: 0px 20px 8px;
}

#main table{
	width: 100%;
    margin-bottom: 20px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th,
table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
    padding: 4px 8px 4px 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top:none;
}

.table>tbody>tr:nth-child(odd), table>tbody>tr:nth-child(odd){
	background:#fff;
}
.table>tbody>tr:nth-child(even), table>tbody>tr:nth-child(even){
	background:#e6e6e6 ;
}

.table>thead>tr>th, table>thead>tr>th {
	background:#e6e6e6 ;
    vertical-align: bottom;
    border-bottom:none;
}

table.responsive{
	width:100%;
}

.text-red{
	color:#f00;
}

figure.image{
	position:relative;
}


/***** Powermail Formular Extension *****/
.powermail_form h3{
	display:none;
}

.powermail_form .powermail_legend{
	display:none;
}

.powermail_form .powermail_label {
    
}

.tx-powermail .container-fluid{
	padding: 0;
}

.main .powermail_form .powermail_input, .powermail_form .powermail_textarea, .powermail_select, .powermail_form  .powermail_date {
    padding: 5px;
    width: 100%;
	font-size: 20px;
	border: none;
	color: #d9392b;
	background: #fff; /* Green background with 30% opacity */
	font-family: 'Open Sans', sans-serif;
	border: solid 1px #d9392b;
}

.main .powermail_textarea {
    padding: 5px;
    width: 100%;
	font-size: 20px;
	border: none;
	color: #d9392b;
	background: #fff; /* Green background with 30% opacity */
	font-family: 'Open Sans', sans-serif;
	border: solid 1px #d9392b;
}

.powermail_form .powermail_input, .powermail_form .powermail_textarea {
    padding: 5px;
    width: 100%;
	font-size: 18px;
	border: none;
	color: #fff;
	background: rgba(228, 50, 39, 0.6); /* Green background with 30% opacity */
	font-family: 'Open Sans', sans-serif;
	text-indent: 10px;
	overflow: hidden;
}


.main .powermail_textarea {
    padding: 5px;
    width: 100%;
	font-size: 20px;
	border: none;
	color: #d9392b;
	background: #fff; /* Green background with 30% opacity */
	font-family: 'Open Sans', sans-serif;
	border: solid 1px #d9392b;
}

.powermail_form .powermail_date{
	padding: 5px 15px;
}

.powermail_form ul.parsley-errors-list{
	list-style:none;
	color:#ff0000;
	padding: 0;
}
.powermail_form ul.parsley-errors-list li{
	color: #000cff;
}

.powermail_form .powermail_fieldwrap{
	margin-top:5px;
}
.powermail_form .mandatory{
	padding-left:5px;
}

.powermail_form input:invalid, .powermail_form textarea:invalid{

}

.powermail_form .powermail_select{
    /*padding: 0 12px 0 2px;
	border: 1px solid #e6e6e6;
	background:#fff;*/
}
.powermail_form .powermail_select option{
    padding: 3px 0 3px 4px;
}

.powermail_form .powermail_submit{
	margin-top:15px;
}


.powermail_form .powermail_message.powermail_message_error{
	background:none;
	border: none;
}

.powermail_form .powermail_message {
	min-height:auto;
	background-color:transparent;
	padding: 0 !important;
	
}

.powermail_form .powermail_message li:before {
	content:"" !important;	
}

.powermail_form .parsley-errors-list {
	font-size: 10px;
	color: red;
	border: none;
}

.powermail_form .powermail_fieldwrap_file{
	margin-bottom: 15px;
}

.powermail_form .powermail_fieldwrap_radio{
	margin-bottom: 15px;
}

.powermail_form .powermail_radio_legend{
	margin-bottom: 5px;
}

.powermail_form .powermail_radio_inner {
    margin-bottom: 5px;
}
.powermail_form .powermail_fieldwrap_file > label{
	margin-bottom: 5px;
}
.powermail_radio_inner > label {
    margin-left: 5px;
}
.powermail_field .powermail_submit {
    background:none;
	border: solid 1px #e43227;
    color: #e43227;
    font-size: 24px;
    font-weight: bold;
    padding: 0;
    background-color: #fff;
    padding:5px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    width: 200px;
    margin-left:auto;
    margin-right:auto;
	border-radius:0;
	
}
.kontakt .powermail_field .powermail_submit{
	background: rgba(228, 50, 39, 0.6); /* Rot background with 30% opacity */
	color: #fff;
	border: none;
}
.powermail_fieldset.row .powermail_fieldwrap_type_submit .powermail_field{
	text-align: center;
}

.powermail_form .powermail_fieldset.row .powermail_fieldwrap{
	margin-bottom: 10px;
}


#powermail_field_pflichtfelder {
	display: none;
}



::-webkit-input-placeholder {
	color: #e43227;
    opacity: 1 !important; /* for chrome */
}

::-webkit-input-placeholder {
    color: #e43227;
    opacity: 1 !important; /* for chrome */
}

:-moz-placeholder { /* Firefox 18- */
    color: #e43227;
    opacity: 1 !important; 
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #e43227;
    opacity: 1 !important; 
}

:-ms-input-placeholder {  
   color: #e43227;
   opacity: 1 !important; 
}

.kontakt ::-webkit-input-placeholder {
	color: #fff;
    opacity: 1 !important; /* for chrome */
}

.kontakt ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1 !important; /* for chrome */
}

.kontakt :-moz-placeholder { /* Firefox 18- */
    color: #fff;
    opacity: 1 !important; 
}

.kontakt ::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
    opacity: 1 !important; 
}

.kontakt :-ms-input-placeholder {  
   color: #fff;
   opacity: 1 !important; 
}

.col-md-2_nolabel > label,
.col-md-3_nolabel > label,
.col-md-4_nolabel > label,
.col-md-5_nolabel > label,
.col-md-6_nolabel > label,
.col-md-7_nolabel > label,
.col-md-8_nolabel > label,
.col-md-9_nolabel > label,
.col-md-10_nolabel > label,
.col-md-12_nolabel > label {
    display: none;
}

.col-md-2_nolabel,
.col-md-3_nolabel,
.col-md-4_nolabel,
.col-md-5_nolabel,
.col-md-6_nolabel,
.col-md-7_nolabel,
.col-md-8_nolabel,
.col-md-9_nolabel,
.col-md-10_nolabel,
.col-md-12_nolabel {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

@media (min-width: 768px) {
    .col-md-2_nolabel {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3_nolabel {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4_nolabel {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5_nolabel {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6_nolabel {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7_nolabel {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8_nolabel {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9_nolabel {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10_nolabel {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-12_nolabel {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.sb-hover {
    background-color: #e43227 !important;
    border-color: #e43227 !important;
    text-decoration: none;
    color: #fff!important;
}

/***** slickslider *****/

.slick-slide .frame {
    margin: 0;
    padding: 0;
}

.slick-slide .textpic-text {
    padding: 0 20px;
    font-size: 16px;
    line-height: 24px;
	padding-bottom: 20px;
}

.textmedia, .textpic {
    gap: 20px;
}

/***** Personenregister *****/

#main table.personenregister-table {
    width: auto;
}

table.personenregister-table tr {
    background: transparent !important;
}

table.personenregister-table td {
    padding: 0 10px 0 0;
}

.personenregister-abschnitt{
	margin-bottom:30px;
}


@media (max-width:1500px) {
	.metanav ul li {
		font-size: 16px;	
	}
	
	.navbar .navbar-nav > li > a {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 16px;
	}
	.dropdown-menu>li>a {
		font-size: 16px;
	}
	
}
@media (max-width:1200px) {
	.image > .caption h1, .flexslider .spresponsive_caption h1{
		font-size:2.429em;
		line-height: 1.42857;
		
	}
	.logo_wrapper {
		
	}

		.unterseite {
	padding-top: 20px;
	padding-bottom: 50px;
	color: #333333;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
}

.unterseite .col-md-4 {
	
	min-height: 500px;
	max-width: 250px;
	overflow-y:hidden; 
	margin-top: 50px;
	margin-right: 20px;
}

.unterseite h1{
	font-size: 20px;
	font-weight: bold;
}
}


@media (max-width:991px) {
	.container, .frame-container-default {
		width: 100%;
		max-width: 100%;
	}
	

	.bild_text.visual {
		bottom: 5px !important;
	}
	
	.clear-col-sm{
		clear:left;
	}
	.image > .caption h1, .flexslider .spresponsive_caption h1{
		font-size:2.143em;
		line-height: 1.42857;		
	}

	.navbar-collapse.in {
    height: auto;
    left: 0;
    min-width: 300px;
    overflow: hidden;
	}
	.navbar li.col-sm-4{
		padding:0 15px;
	}
	.navbar .navbar-nav > li > a {
		border-left: none;
		font-size: 16px;
	}
	.dropdown-menu {
		display: block;
		clear:left;
		position:relative;
		background: none;
    	box-shadow: none;
	}
	.dropdown-menu>li>a {
		white-space: normal;
	}
	
	.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
		text-decoration: none;
		color: #1a171b;
		background-color: #fff;
	}
	.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
		color: #1a171b;
		text-decoration: none;
		outline: 0;
		background-color: #fff;
	}
	
	.metanav_wrapper {
		flex: 1;
		min-width: 0px;
		width: auto;
	}

	.dropdown-toggle::after {
		display:none;
	}
	
	ul.dropdown-menu .dropdown-menu {
		left: 0;
		top: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-left: none;
		border-top: 1px solid #e43227;
		border-bottom: 1px solid #e43227;
		
	}
	.caret-r {
    	display: none;
	}
	
	.dropdown-menu>li>a {
		font-weight: 400;
		color: #e43227;
		font-size: 18px;
		line-height: 30px;
		padding: 0;
	}
	
	ul.dropdown-menu .dropdown-menu>li>a {
		padding: 3px 30px;
	}
	
	.navbar-nav {
		margin-top: 25px;
		margin-bottom: 40px;
	}

	.navbar .navbar-nav > li > a {
		color: #e43227;
	}

	.navbar .navbar-nav>li>a:focus, .navbar .navbar-nav>li>a:hover {
		color: #1b181c;
		background-color: #fff;
}
	
	.navbar .navbar-nav > li > a {
		font-size: 20px;
		padding-left: 0;
		padding-right: 0;
		border-bottom: 1px solid #e43227;
		width: 100%;
		line-height: 34px;
		margin-top: 10px;
	}
	
	.navbar-toggle {
		border:none;
		border-radius: 0;
		height: 67px;
		margin:0;
		background: transparent;
    	border: 1px solid #fff;
	}
	
	.col-lg-auto{
		width:inherit;
	}
	
	.row.main .sidebar {
		clear: left;
		float: left;
		width: 100%;
		max-width: 351px;
	}

	.unterseite {
		padding-top: 20px;
		padding-bottom: 50px;
		color: #333333;
		font-family: "Open Sans",sans-serif;
		font-size: 16px;
	}

	.unterseite .col-md-4 {
		min-height: 500px;
		max-width: 200px;
		overflow-y:hidden; 
		margin-top: 50px;
		margin-right: 20px;
	}

	.unterseite h1{
		font-size: 20px;
		font-weight: bold;
	}

	#mainnavbar{
		position:absolute;
		top:100%;
		left:0;
		right:0;
		padding: 0 20px;
    	background: #fff;
	}

	.metanav {
		background-color: #fff;
		margin: 0 -8px;
	}
	.metanav ul li a:link, .metanav ul li a:visited {
		color: #e43227;
	}
	.metanav ul li a:hover, .metanav ul li a:focus {
		color: #000;
	}
		
}

@media (max-width:768px) {
	.anchor:before {
		display:none;
	}
	
	.logo a {
		width: 250px;
	}
	
	.image > .caption h1, .flexslider .spresponsive_caption h1{
		font-size:1.857em;
		line-height: 1.42857;	
	}

	.navbar {
		margin: 0 20px;
	}
		
	/* Max width evt. auch kleiner möglich (550px) */
	
	header {
		padding-top: 0; 
		overflow:visible;
	}
	
	header .top_row {
		position: relative; 
	}

	.visual {
		margin-top: 0px;
	}

	.visual .carousel .carousel-item {
		padding-left: 0;
		padding-right: 0;
	}

	header .row{
		margin:0;
	}
	header .row .col-sm-12{
		padding:0;
	}
	

	#main .img-intext-left .img-wrap, #main .img-intext-right .img-wrap{
		float:none;
		margin-right: 0;
		max-width:none;
		margin-left: 0;
	}
	
	#main .img-beside.img-beside-right .img-wrap, #main .img-beside.img-beside-left .img-wrap, #main .img-beside .text  {
		margin-left:0;
		margin-right:0;
		float:none;
		overflow:auto;
	}

	#main .img-beside.img-beside-right .img-wrap, #main .img-beside.img-beside-left .img-wrap {	
		margin-bottom: 20px;
	}

	.unterseite {
		padding-top: 20px;
		padding-bottom: 50px;
		color: #333333;
		font-family: "Open Sans",sans-serif;
		font-size: 16px;
	}

	.unterseite .col-md-4 {
		min-height: 500px;
		max-width: 350px;
		overflow-y:hidden; 
		margin-top: 50px;
		margin-right: 20px;
	}

	.unterseite h1{
		font-size: 20px;
		font-weight: bold;
	}

	.bild_text.visual {
		display: none;
	}


	.textmedia.intext, .textpic.intext{
		display:block;
		clear: left;
		   overflow: hidden;
	}
	
	.textmedia.intext  .textpic-gallery, .textpic.intext .textpic-gallery {
		max-width: 100%;
	}
	
	.textmedia.intext  .textpic-text, .textpic.intext .textpic-text {
		width:100%;
	}
	
	.textmedia.intext.textmedia-left  .textpic-gallery, .textpic.intext.textpic-left .textpic-gallery,
	.textmedia.intext.textmedia-right  .textpic-gallery, .textpic.intext.textpic-right .textpic-gallery {
		float: none;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 20px;
	}
	
}
@media (max-width:440px) {
	
	.col-xs-6 {
		width: 100%;
	}
	
	
}



.miniature-menu .carousel-backgroundimage-container > div {
    padding-bottom: 66.667%;
    background-size: cover;
    background-position: center;
}

.miniature-menu .border_red > div{
	height: 100%;
	align-content: flex-start;
}


.carousel:hover .carousel-indicators, .carousel:hover .carousel-control {
    opacity: 0.8;
}

.carousel:hover .carousel-indicators:hover, .carousel:hover .carousel-control:hover {
    opacity: 1;
}

.carousel .carousel-control-icon{
	background: transparent;
}

.carousel .carousel-control-icon::before {
    font-family: "Open Sans", sans-serif;
    font-size: 60px;
    display: inline-block;
    content: "«";
    color: rgba(228, 50, 39, 0.8);
    text-shadow: rgba(255, 255, 255, 0.3) 1px 1px 0px;
	line-height: 0.5em;
	border:none;
}

.carousel .carousel-control-next .carousel-control-icon:before {
    content: "»";
	transform: none;
}
.carousel .carousel-control-prev .carousel-control-icon:before{
	transform: none;
}




.imageorient-left figure img{
    margin-left:0;
    margin-right: auto;
}

.imageorient-right figure img{
    margin-left:auto;
    margin-right: 0;
}

.slick-slide div[class^="frame-space-after-"] {
	margin-bottom:0;
}

.logos-border-bottom{
	margin-top:-0.75em;
}

.logos-border-top{
	margin-bottom:-0.75em;
}

#tx_cookies{
    font-size: 14px;
    line-height:140%;
}

#tx_cookies .btn{
    font-size: 1em;
    padding: 0.375em 0.75em;
    border-radius: 0;
}
#tx_cookies .p-3 {
    padding: 1.5em !important;
}

#tx_cookies p, #tx_cookies .form-group{
    margin-bottom: 1em;
}
#tx_cookies small, #tx_cookies .small {
    line-height: 140%;
}

#tx_cookies_inner {
    max-width: 476px;
    width: 90%;
    left: auto;
    transform: none;
    bottom: auto;
    bottom: 1em;
    background: #fff !important;
    right: 1em;
}

#tx_cookies_inner a:link, #tx_cookies_inner a:visited{
    color: #e43227;
}

#tx_cookies_types{
    display:inline;
}

#tx_cookies_accept, #tx_cookies_accept_all{
    display:inline-block;
}

#tx_cookies_inner .btn-primary {
    background-color: #d4edda;
    border-color: #d4edda;
	color: #155724;
}
  
#tx_cookies_inner .btn-primary:hover, #tx_cookies_inner .btn-primary:focus, #tx_cookies_inner .btn-primary.focus {
    color: #155724;
    background-color: #fff;
    border-color: #d4edda
}
  
#tx_cookies_inner .btn-primary:focus, #tx_cookies_inner .btn-primary.focus {
    box-shadow: 0 0 .3em #d4edda;
}
  
#tx_cookies_inner .btn-primary.disabled, #tx_cookies_inner .btn-primary:disabled {
    background-color: #d4edda;
    border-color: #d4edda;
}
  
#tx_cookies_inner .btn-primary:not(:disabled):not(.disabled):active,
#tx_cookies_inner .btn-primary:not(:disabled):not(.disabled).active,
#tx_cookies_inner .show>.btn-primary.dropdown-toggle {
    background-color: #d4edda;
    border-color: #d4edda
  }
  
#tx_cookies_inner .btn-primary:not(:disabled):not(.disabled):active:focus,
#tx_cookies_inner .btn-primary:not(:disabled):not(.disabled).active:focus,
#tx_cookies_inner .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 .3em #d4edda;
}


#tx_cookies_inner .btn-secondary {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
	color: #383d41;
}
  
#tx_cookies_inner .btn-secondary:hover, #tx_cookies_inner .btn-secondary:focus, #tx_cookies_inner .btn-secondary.focus {
    color: #383d41;
    background-color: #fff;
    border-color: #e2e3e5
}
  
#tx_cookies_inner .btn-secondary:focus, #tx_cookies_inner .btn-secondary.focus {
    box-shadow: 0 0 .3em #e2e3e5;
}
  
#tx_cookies_inner .btn-secondary.disabled, #tx_cookies_inner .btn-secondary:disabled {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}
  
#tx_cookies_inner .btn-secondary:not(:disabled):not(.disabled):active,
#tx_cookies_inner .btn-secondary:not(:disabled):not(.disabled).active,
#tx_cookies_inner .show>.btn-secondary.dropdown-toggle {
    background-color: #e2e3e5;
    border-color: #e2e3e5
  }
  
#tx_cookies_inner .btn-secondary:not(:disabled):not(.disabled):active:focus,
#tx_cookies_inner .btn-secondary:not(:disabled):not(.disabled).active:focus,
#tx_cookies_inner .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 .3em #e2e3e5;
}


#tx_cookies label{
    /*color: #e43227;*/
}
#tx_cookies .form-check, #tx_cookies .radio {
    padding-left: 1.25em;
}

#tx_cookies .form-check-input, #tx_cookies .form-check-label input[type="checkbox"], #tx_cookies .form-check-label input[type="radio"] {
    margin-top: 0.3em;
    margin-left: -1.25em;
}