/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v18-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('../fonts/roboto-v18-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* ----------------------------------------------- Allgemeine Angaben ----------------------------------------------- */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }

body {
  font-family: 'Roboto', sans-serif;
  font-weight:300;
  color:#383a3a;
  font-size:1em;
  background-color:white;
  
  text-rendering: optimizeSpeed;
  }

.nowrap {
  white-space:nowrap;
  }

b, strong {
  font-weight: 500;
}

.scrollblock {
  width:100%;
  left:0px;
  }

.container {
  max-width:1424px;
  margin:auto;
  /*border:1px solid blue;*/
  position:relative;
  z-index:2;
  background: white;
  }

a {
  text-decoration:none;
  }

.clearer {
  clear:both;
  }

.parallax_fond {
  visibility:hidden;
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  z-index:1;
  background-repeat:no-repeat;
  background-position:center 70px;
  }

#inspirationen_auswahl_content a.internal-link {
	color: #00aaaf;
}

/* ----------------------------------------------- Navigation ------------------------------------------------------- */

#navigationbar {
  text-align:center;
  font-weight:400;
  color:#8f959a;
  letter-spacing:0.1em;
  z-index:3;
  background: none;
  }

#navigationbar a p, .navi_2 {
  font-weight:300;
  font-size:0.9em;
  }

.navi_2 {
  font-weight:400;
  }

#navigationbar ul {
  list-style-type:none;
  padding:0px;
  margin:0px;
  border-top:1px solid #969aa0;
  }

#navigationbar .navi_1, #navigationbar ul li ul.navi_2 {
  display:none;
  }

#navigationbar ul li.active ul.navi_2 {
  display:block;
  }

#navigationbar ul li ul.navi_2 {
  position:relative;
  z-index:3;
  }

#navigationbar ul li ul {
  border:none;
  background:#f2f4f2;
  }



#navigationbar ul li ul ul {
	background: #DFE5E0;
}





#navigationbar ul li a {
  display:block;
  border-bottom:1px solid #969aa0;
  padding:8px;
  color:#8f959a;
  }

#navigationbar ul li ul li a {
  border-bottom:none;
  }

#homelink {
  display:block;
  margin:auto;
  width:241px;
  height:60px;
  background:url(../images/sprites@1x.png) no-repeat;
  text-indent:-9999px;
  margin-top:10px;
  margin-bottom:20px;
  }


#navi_piktos ul li {
  display:inline-block;
  }


#navi_piktos ul {
  border:none;
  margin-bottom:10px;
  display:inline-block;
  }

#navi_piktos ul li {
  float:left;
  margin-left:7px;
  margin-right:7px;
  }

#navi_piktos ul li a {
  border:none;
  display:block;
  width:20px;
  height:20px;
  text-indent:9999px;
  overflow:hidden;
  }

#pikto_home {
  background:url(../images/sprites@1x.png) no-repeat 0px -89px;
  }
#pikto_search {
  background:url(../images/sprites@1x.png) no-repeat 0px -123px;
  }
#pikto_mail {
  background:url(../images/sprites@1x.png) no-repeat 0px -155px;
  }
#pikto_login {
  background:url(../images/sprites@1x.png) no-repeat 0px -189px;
  }
#pikto_home:hover, #pikto_home.active {
  background:url(../images/sprites@1x.png) no-repeat -79px -89px;
  }
#pikto_search:hover, #pikto_search.active {
  background:url(../images/sprites@1x.png) no-repeat -79px -123px;
  }
#pikto_mail:hover, #pikto_mail.active {
  background:url(../images/sprites@1x.png) no-repeat -79px -155px;
  }
#pikto_login:hover, #pikto_login.active {
  background:url(../images/sprites@1x.png) no-repeat -79px -189px;
  }


#navi_piktos ul li#togglemenu a {
  text-indent:0px;
  display:inline;
  background:url(../images/sprites@1x.png) no-repeat -974px 3px;
  padding: 2px 2px 2px 40px;
  height:21px;
  display:block;
  width:auto;
  margin-left:20px;
  }




#navigationbar ul li#navi_li_01.active a, #navigationbar ul li#navi_li_01:hover a {
  color:#00375a;
  }

#navigationbar ul li#navi_li_02.active a, #navigationbar ul li#navi_li_02:hover a {
  color:#00aaaf;
  }

#navigationbar ul li#navi_li_03.active a, #navigationbar ul li#navi_li_03:hover a {
  color:#87b900;
  }

#navigationbar ul li#navi_li_04.active a, #navigationbar ul li#navi_li_04:hover a {
  color:#96b9b9;
  }



#navigationbar ul li#navi_li_01.active ul li a, #navigationbar ul li#navi_li_01:hover ul li a, 
#navigationbar ul li#navi_li_02.active ul li a, #navigationbar ul li#navi_li_02:hover ul li a, 
#navigationbar ul li#navi_li_03.active ul li a, #navigationbar ul li#navi_li_03:hover ul li a, 
#navigationbar ul li#navi_li_04.active ul li a, #navigationbar ul li#navi_li_04:hover ul li a {
  color: #8f959a;
  }
  
  
#navigationbar ul li#navi_li_01 ul li.active > a, 
#navigationbar ul li#navi_li_01 ul li:hover > a {
  color:#00375a;
  }

#navigationbar ul li#navi_li_02 ul li.active > a, 
#navigationbar ul li#navi_li_02 ul li:hover > a {
  color:#00aaaf;
  }

#navigationbar ul li#navi_li_03 ul li.active > a, 
#navigationbar ul li#navi_li_03 ul li:hover > a {
  color:#87b900;
  }

#navigationbar ul li#navi_li_04 ul li.active > a, 
#navigationbar ul li#navi_li_04 ul li:hover > a {
  color:#96b9b9;
  }
  
  
/* Pfeil über der 2. Menuebene */
#navigationbar .navi_2:before {
  content:"";
  display:block;
  width:19px;
  height:9px;
  margin:auto;
  margin-top:1px;
  }
  
#navigationbar ul li#navi_li_01 ul li:first-child {
  margin-top:3px;
  border-top:1px dotted #00375a;
  }
#navigationbar ul li#navi_li_01 ul li {
  border-bottom:1px dotted #00375a;
  }
#navigationbar ul li#navi_li_01 ul:before {
  background:url(../images/sprites@1x.png) no-repeat 0px -423px;
  
  }
#navigationbar ul li#navi_li_01 ul {
  border-top:6px solid #00375a;
  border-bottom:6px solid #00375a;
  }

#navigationbar ul li#navi_li_02 ul li:first-child {
  margin-top:3px;
  border-top:1px dotted #00aaaf;
  }
 
 #navigationbar ul li#navi_li_02 ul ul li:first-child {
  margin-top:0;
  }
 
 
 
#navigationbar ul li#navi_li_02 ul li {
  border-bottom:1px dotted #00aaaf;
  }
#navigationbar ul li#navi_li_02 ul:before {
  background:url(../images/sprites@1x.png) no-repeat 0px -403px;
  }
#navigationbar ul li#navi_li_02 ul {
  border-top:6px solid #00aaaf;
  border-bottom:6px solid #00aaaf;
  }



#navigationbar ul li#navi_li_02 ul ul {
	/* border-top:2px solid #00aaaf; */
	border-top: 0;
	border-bottom: 2px solid #00aaaf;
}



#navigationbar ul li#navi_li_03 ul li:first-child {
  margin-top:3px;
  border-top:1px dotted #87b900;
  }
  
#navigationbar ul li#navi_li_03 ul li {
  border-bottom:1px dotted #87b900;
  }
#navigationbar ul li#navi_li_03 ul:before {
  background:url(../images/sprites@1x.png) no-repeat 0px -383px;
  }
#navigationbar ul li#navi_li_03 ul {
  border-top:6px solid #87b900;
  border-bottom:6px solid #87b900;
  }

#navigationbar ul li#navi_li_04 ul li:first-child {
  margin-top:3px;
  border-top:1px dotted #96b9b9;
  }
#navigationbar ul li#navi_li_04 ul li {
  border-bottom:1px dotted #96b9b9;
  }
#navigationbar ul li#navi_li_04 ul:before {
  background:url(../images/sprites@1x.png) no-repeat 0px -363px;
  }
#navigationbar ul li#navi_li_04 ul {
  border-top:6px solid #96b9b9;
  border-bottom:6px solid #96b9b9;
  }
  
  
  
  
  
  
  
  
/* 3. Ebene */

.has_sub {
	position: relative;
}

.open_navi3  {
	position: absolute;
	width: 30px;
	height: 2em;
	right: 8px;
	top: 0;
	cursor: pointer;
}

.open_navi3:after {
	content: "";
	display: block;
	width: 7px;
	height: 12px;
	background:url(../images/sprites@1x.png) no-repeat -272px -813px;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 9px;
}

.has_sub.rolled_out .open_navi3:after {
	transform: rotate(90deg);
}

@media (min-width:700px) {

.open_navi3 {
	display: none;
}

.navi_2 .has_sub:after {
	content: "";
	display: block;
	width: 7px;
	height: 12px;
	background:url(../images/sprites@1x.png) no-repeat -272px -813px;
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: -6px;
}

#navigationbar ul ul.navi_2 li.has_sub a {
	padding-right: 12px;
}

}


.navi_3 {
	display: none;
}
  

/* ----------------------------------------------- Header ----------------------------------------------------------- */

#headerimage, .slider_preloader {
  width:100%;
  height:auto;
  }

.standardheaderimage {
  position:relative;
  line-height:0em;
  }

.standardheaderimage img {
  width:100%;
  height:auto;
  }

.standard_header_caption {
  color:white;
  background:#00375a;
  letter-spacing:0.1em;
  line-height:1em;
  padding:20px;
  }

.standard_header_caption h1, .standard_header_caption h2 {
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
  text-transform:none;
  font-weight:300;
  }

.standard_header_caption h1 {
  font-size:2em;
  line-height:1em;
  margin-bottom:0.2em;
  }

.standard_header_caption h2 {
  font-weight:400;
  font-size:1.2em;
  line-height:1.2em;
  }

#header {
  /*overflow:hidden;*/
  border-left: 6px solid #8f959a;
  border-right: 6px solid #8f959a;
  /*border-left: 6px solid orange;
  border-right: 6px solid orange;*/
  padding-left:2px;
  padding-right:2px;
  }

#header .flexslider {
  border:none;

  
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  
  }



#header .flexslider .flex-control-nav {
  /*text-align:right;*/
  /*padding-right:15%;*/
  }

#header .flexslider .flex-control-nav li {
  margin: 0 4px;
  }

#header .flexslider .flex-control-paging li a {
  background:#8f959a;
  /*width: 31px;
  height: 5px;*/
  width:15px;
  height:3px;
  display: block;
  cursor: pointer;
  text-indent: 9999px;
  overflow:hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  }

#header .flexslider .flex-control-paging li a.flex-active {
  background:#00aaaf;
  }


#header #carousel {
  padding-top:2px;
  display:none;
  background:none;
  position:relative;
  top:-20px;
  }

#header #carousel .flex-viewport {
  padding-top:20px;
  }

#header #carousel li.flex-active-slide {
  position:relative;
  }

#header #carousel li.flex-active-slide:after {
  content:"";
  display:block;
  position:absolute;
  background:url(../images/sprites@1x.png) no-repeat left bottom;
  width:19px;
  height:8px;
  left:50%;
  top:-10px;
  margin-left:-9px;
  z-index:999;
  }

ul.slides {
  position:relative;
  }

.slidertext {
  color:#3c3e3f;
  padding-left:20px;
  padding-right:20px;
  letter-spacing:0.01em;
  }

.slidertext a {
  color:#3c3e3f;
  }

.slidertext a h2 span:before {
  content: ">I ";
  color: #06d8de;
}

.slidertext h1 {
  font-weight:400;
  font-size:2em;
  line-height:1em;
  margin-bottom:0.2em;
  text-transform:none;
  }

.slidertext h2 {
  font-weight:500;
  font-size:1em;
  text-transform:none;
  margin-top:0em;
  }


.flexslider .flex-direction-nav a {
  top:25%;
  }

#slider.flexslider.carousel .flex-direction-nav a, #carousel.flexslider .flex-direction-nav a {
  top:60px;
  }

#breadcrumb {
  font-size:0.9em;
  color:#8f959a;
  padding:5px 0px 5px 8px;
  border-bottom:1px dotted #8f959a;
  letter-spacing:0.1em;
  }

#breadcrumb a {
  color:#8f959a;
  }

#breadcrumb a.active, #breadcrumb .active {
  color:#00aaaf;
  pointer-events:none;
  }

#breadcrumb a:nth-child(1) {
    pointer-events:none;
}

#breadcrumb a:nth-child(2):before {
    content:" - ";
    color:#8f959a;
}

#breadcrumb a:nth-child(4):before {
    content:" ... ";
    color:#8f959a;
}
/* ----------------------------------------------- Teaserbox -------------------------------------------------------- */



.teaser {
  background:#adbbb1;
  color:white;
  }

.teaser a {
  color:white;
  }

.teaser:nth-child(2n+1){
  background:#6ab4b7;
}

.teaser.teaserone {
  background:#adbbb1;
  }

.teaser_img {
  line-height:0em;
  overflow:hidden;
  position:relative;
  }
  
.teaser_img:after {
  content:"";
  position:absolute;
  display:block;
  background:#adbbb1;
  opacity:0.5;
  height:6px;
  width:100%;
  bottom:0px;
  }

.teaser:nth-child(2n+1) .teaser_img:after {
  background:#6ab4b7;
  }

.teaser.teaserone .teaser_img:after {
  background:#adbbb1;
  }

.teaser img {
  width:100%;
  height:auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1500ms ease-in-out;
  -moz-transition: -moz-transform 1500ms ease-in-out;
  -o-transition: -o-transform 1500ms ease-in-out;
  transition: transform 1500ms ease-in-out;
  }

.teaser:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  }

.teaser_text {
  padding:20px;
  font-weight:500;
  letter-spacing:0.1em;
  font-size:1em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  min-height:300px;
  }



.teaser p {
  margin-bottom:0em;
  padding-bottom:1em;
  line-height:1.5em;
  padding-left:20px;
  }

.teaser_text h3 {
  font-weight:300;
  font-size:1.8em;
  position:relative;
  padding-left:20px;
  }

.teaser_text h3:before {
  content:"";
  width:12px;
  height:24px;
  display:block;
  background:url(../images/sprites@1x.png) no-repeat -190px -731px;
  position:absolute;
  left:0px;
  top:5px;
  }










/* ----------------------------------------------- Content ---------------------------------------------------------- */

.content article {
  padding:20px;
  }

.container.content {
  font-size:1.1em;
  line-height:1.5em;
  letter-spacing:0.15em;
  padding-bottom:100px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f5f6f5+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f5f6f5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f6f5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#f5f6f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f6f5',GradientType=0 ); /* IE6-9 */
  }

.content p {
  line-height:1.8em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  }

.content p a, #script_content a {
  color:#383a3a;
  text-decoration:underline;
  }

.content#contextbox p a {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-weight:300;
  font-size:1.5em;
  line-height:1.4em;
  text-transform:uppercase;
  }



@media only screen and (min-width:450px) {

h1 {
  font-size:2.5em;
}

}



/*
h1 br {
  display:none;
  display:inline-block;
  float:left;
  }
*/

.telfax {
  display:inline-block;
  min-width:3em;
  }

.content h1 {
  color:#9eaca2;
  position:relative;
  /*padding-left:35px;*/
  padding-top:15px;
  
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-top:0px;
  }

.content {
  padding-top:40px;
  }

.content aside {
  background:#adbbb1;
  color:white;
  font-weight:500;
  font-size:0.8em;
  line-height:0em;
  margin-top:30px;
  }

.content aside a {
  color:white;
  text-decoration:none;
  }

.content aside ul {
  list-style-type:none;
  margin:0px;
  padding:20px;
  line-height:1.4em;
  }

.content aside p {
  padding:20px 20px 0px 20px;
  }

.content aside ul li {
  padding-left:26px;
  position:relative;
  margin-bottom:3px;
  }

.content aside ul li:before {
  content:"";
  display:block;
  background:#eef1ef;
  width:11px;
  height:5px;
  position:absolute;
  left:0px;
  top:8px;
  }

.content aside .csc-textpic-imagewrap {
  display:none;
  }


.picleft_textright {
  font-size:0.85em;
  font-weight:400;
  margin-top:2em;
  letter-spacing:0.07em;
  line-height:0.9em;
  display:block;
  }

.picleft_textright ul {
  line-height: 1.7em;
  margin:0px;
  padding:0px;
  list-style-type:none;
  }

.picleft_textright ul li {
  position:relative;
  padding-left: 26px;
  }

.picleft_textright ul li:before {
  content: "";
  display:block;
  background:#87b900;
  width:11px;
  height:5px;
  position:absolute;
  left:0px;
  top: 9px;
  }

a.picleft_textright {
  color:#383a3a;
  }

.picleft_textright h2 {
  font-weight:500;
  font-size:1em;
  border-bottom:1px dotted #00aaaf;
  padding-bottom:3px;
  }

.picleft_textright h2:before {
  content:"";
  display:inline-block;
  background:url(../images/sprites@1x.png) no-repeat 0px -824px;
  width:6px;
  height:15px;
  margin-right:10px;
  }


.picleft_textright img {
  width:100%;
  height:auto;
  max-width:300px;
  }

.content .picleft_textright img {
  display:none;
  }

.piccontainer {
  overflow:hidden;
  }

#contextbox h1 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  }


#script_content ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
  }

#script_content ul li {
  margin-bottom:1em;
  }

#script_content td {
  padding:10px 10px 10px 0px;
  }

#script_content td.align-top {
  vertical-align:top;
  }

#script_content td.radiobuttons input, #script_content td.radiobuttons label {
  display:inline;
  width:auto;
  }


#script_content td.radiobuttons input {
  margin-left:2em;
  }

#script_content td.radiobuttons input:first-child {
  margin-left:0em;
  }

#script_content td.radiobuttons label {
  margin-left:0.5em;
  }

#script_content a {
  text-decoration:none;
  }

#script_content #selectBox {
  margin-bottom:1em;
  }

#contextbox .caption {
  line-height:1.3em;
  font-size:1em;
  font-weight:400;
  position:absolute;
  left:0px;
  top:0px;
  -webkit-font-smoothing:antialiased;
  padding-left:8%;
  padding-top:10%;
  }

.contextbox_pic1 {
  position:relative;
  }

#contextbox a .caption {
  color:white;
  }

.content #tx_indexedsearch table tr td:first-child {
  display:none;
  }

.content .tx-indexedsearch-res table tr:last-child {
  display:none;
  }

.content .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
  width:300px;
  }

.content .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
  width:auto;
  margin-top:10px;
  }

.content .tx-indexedsearch a {
  color:#00375a;
  font-weight:500;
  }

.content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {  
  color:#01aab0;
  }




/* ----------------------------------------------- Contactbox ------------------------------------------------------- */


.container .powermail_fieldwrap.powermail_fieldwrap_textarea label {
  width:auto;
  }


.piccontent .powermail_fieldwrap {
  padding-bottom:1em;
  }

/* ----------------------------------------------- Contactbox ------------------------------------------------------- */

body .powermail_progressbar {
  margin-top: 1em;
}

#contactbox {
  padding:1px 20px 20px 20px;
  }


#contactbox p, #contactbox label, #contactbox h1 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  }

.container .tx-powermail {
  width:100%;
  }

.container .tx-powermail .powermail_fieldset {
  background:none;
  padding:0px;
  margin:0px;
  background:none;
  border:none;
  }

.container .tx-powermail .powermail_fieldset .powermail_label {
  font-weight:300;
  }

.container .tx-powermail .powermail_fieldset .powermail_fieldwrap {
  width:100%;
  }


.container label, .container input, .container textarea {
  width:100%;
  }

.container .tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit input {
  border: none;
  width: auto;
  font-weight: 400;
  background: none;
  color:#00375a;
  background: url(../images/sprites@1x.png) no-repeat -92px -886px;
  border-left: 1px solid #00375a;

  padding:0px 0px 0px 20px;
  float:right;

  
  /* padding: 20px; */
  margin: auto;
  display: block;
  }



#contactbox p, .container label, .container input, .container textarea {
  font-size:1.1em;
  line-height:1.7em;
  letter-spacing:0.15em;
  outline:0px;
  }

.container input, .container textarea {
  padding: 0.3em;
}

#contactbox p {
  font-size:1.3em;
  }

.container .tx-powermail .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit input {
  font-size:1em;
  }



#contactbox .powermail_label.powermail_check_legend {
  display:none;
  }


#contactbox .powermail_check_inner {
  position:relative;
  }

#contactbox .powermail_check_inner input, #contactbox .powermail_check_inner label {
  width:auto;
  float:left;
  }

#contactbox .powermail_check_inner input {
  position:absolute;
  left:0px;
  top:7px;
  }

#contactbox .powermail_fieldwrap_type_submit input {
  color:#9eaca2;
  }


#contactbox .tx-powermail .powermail_fieldset .powermail_submit {
  border-left:1px solid white;
  border-right:1px solid white;
  position:relative;
  background: url(../images/sprites@1x.png) no-repeat -192px -729px;
  padding: 0px 10px 0px 20px;
  margin-top:20px;
  }

#contactbox .powermail_check_inner label {
  padding-left:30px;
  }

.checkbox  {
  clear:both;
  }

#contactbox input {
  /*
  background:none;
  border:none;
  */
  }

#contactbox textarea {
  /* background:none; */
  border:1px solid #9eaca2;
  min-height:150px;
  }

.gallerie_template_2#contactbox textarea {
  border:1px solid white;
  }

#contactbox .powermail_fieldwrap.powermail_fieldwrap_textarea label {
  margin-top:1em;
  margin-bottom:0.5em;
  }


#contactbox .tx-powermail .powermail_fieldset .powermail_radio_outer, .tx-powermail .powermail_fieldset .powermail_captcha_outer,
.tx-powermail .powermail_fieldset .powermail_check_outer, .tx-powermail .powermail_fieldset .powermail_fieldwrap_text,
.tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list) {
    background-color: transparent;
    border: none;
    float: none;
    padding: 3px;
    width: auto;
    list-style: none;
    margin: 0
}

#contactbox ol {
  list-style-type:none;
  margin:0px;
  padding:0px;
  }

#contactbox .inputfield, .csc-form-element, #contactbox .powermail_fieldwrap_type_input {
  margin-top:20px;
  padding-bottom:10px;
  /* border-bottom:1px solid #9eaca2; */
  }

.gallerie_template_2#contactbox .powermail_fieldwrap_type_input {
  /* border-bottom:1px solid white; */
  }

.textareafield {
  margin-top:20px;
  }

textarea {
  margin-top:10px;
  }

.tx-powermail .powermail_fieldset .powermail_field.powermail_date {
  float:left;
  position:relative;
  }

#contactbox .powermail_fieldwrap_date, #contactbox .powermail_fieldwrap.powermail_fieldwrap_type_date {
  position:relative;
  }

#contactbox .powermail_fieldwrap_date:before, #contactbox .powermail_fieldwrap.powermail_fieldwrap_type_date:before {
  content:"";
  background:url(../images/sprites@1x.png) no-repeat -39px -824px;
  width:32px;
  height:30px;
  display:block;
  position:absolute;
  left:6px;
  bottom:6px;
  }

.gallerie_template_2#contactbox .powermail_fieldwrap.powermail_fieldwrap_type_date:before {
  background:url(../images/sprites@1x.png) no-repeat -39px -858px;
  }

#contactbox .powermail_fieldwrap.powermail_fieldwrap_type_date {
  padding-top:1em;
  margin-bottom:2em;
  }

#contactbox .powermail_fieldwrap_date input, #contactbox .powermail_fieldwrap.powermail_fieldwrap_type_date input {
  width:auto;
  border:1px solid #9eaca2;
  padding:7px;
  padding-left:50px;
  }

#contactbox .powermail_fieldwrap.powermail_fieldwrap_type_date input {
  position:relative;
  z-index:2;
}

.gallerie_template_2#contactbox .powermail_fieldwrap.powermail_fieldwrap_type_date input {
  border:1px solid white;
  }

#contactbox .powermail_fieldwrap.powermail_fieldwrap_date label {
  float:none;
  width:100%;
  margin-bottom:10px;
  }

#contactbox .powermail_fieldwrap.powermail_fieldwrap_date label span, #contactbox .powermail_fieldwrap.powermail_fieldwrap_type_date label span {
  color:#9eaca2;
  font-size:0.8em;
  line-height:1.5em;
  }


.gallerie_template_2#contactbox .powermail_fieldwrap.powermail_fieldwrap_type_date label span {
  color:white;
  }


.checkbox {
  position: relative;
}

#contactbox .powermail_fieldwrap .checkbox label {
  float: none;
  display: block;
  margin-bottom: 1.2em;
}

.styled_checkbox {
  display: inline-block;
}

.styled_checkbox_input {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #383a3a;
  background: white;
  left: 0;
  top: 2px;
}

.checked .styled_checkbox_input {
  background: #9eaca2;
  text-align: center;
}

.checked .styled_checkbox_input:after {
  display: block;
  content: "X";
  color: white;
  position: relative;
  top: 0.15em;
}

.checkbox input.powermail_checkbox {
  position: absolute;
  top: 9999px;
  display: none;
}

@media (min-width: 700px) {

  .styled_checkbox_input {
    position: absolute;
  }
  
  #contactbox .powermail_fieldwrap .checkbox label {
    padding-left: 2.5em;
  }

}

/* ----------------------------------------------- Sitemap ---------------------------------------------------------- */

.sectionmargin {
  background:white;
  height:20px;
  }

#sitemapwrap {
  background:#f2f4f2;
  padding-bottom:50px;
  }

#sitemap {
  letter-spacing:0.1em;
  }

#sitemap ul {
  list-style-type:none;
  text-align:center;
  padding:0px;
  margin:0px;
  }


#sitemap ul li {
  font-weight:400;
  }


#sitemap_01 a {
  border-top:6px solid #00375a;
  }
#sitemap_02 a {
  border-top:6px solid #00aaaf;
  }
#sitemap_03 a {
  border-top:6px solid #87b900;
  }
#sitemap_04 a {
  border-top:6px solid #96b9b9;
  }

#sitemap_01 ul li a, #sitemap_02 ul li a, #sitemap_03 ul li a, #sitemap_04 ul li a {
  border-top:none;
  }

#sitemap ul li.sitemap_break {
  float:none;
  clear:both;
  }

#sitemap ul li a {
  display:block;
  padding:10px;
  color:#8f959a;
  }

#sitemap ul li ul li {
  font-weight:400;
  font-size:0.9em;
  }


#sitemap ul li ul li {
  border-top:none;
  }




/* ----------------------------------------------- Impressum - Bildnachweise ---------------------------------------- */

.impressum_nachweise ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.impressum_nachweise ul li {
  padding-left: 2em;
  position: relative;
}

.impressum_nachweise ul li:before {
  content: "";
  width: 20px;
  height: 9px;
  display: block;
  background: #00375a;
  top: 0.6em;
  position: absolute;
  left: 0px;
}

.impressum_nachweise ul li a {
  color: inherit;
}

.impressum_nachweise p {
  margin-bottom: 0px;
}

.impressum_nachweise .name-of-person {
  color: #00375a;
  font-weight: 500;
}

.imprint_small {
  font-size: 0.9em;
  line-height: 0em;
  line-height: 1.4em;
}

.impressum_nachweise.content h1 {
  color: #00375a;
}

.impressum_nachweise .imprint_small div {
  padding-top: 10em;
}

.impressum_nachweise .imprint_small div div {
  padding-top: 0em;
}

.impressum_nachweise .imprint_small ul li {
  line-height: 1.7em;
  padding-left: 1.2em;
}

.impressum_nachweise .imprint_small ul li:before {
  background: none;
  width: auto;
  height: auto;
  content:"•";
  top: 0em;
}

/* ----------------------------------------------- Footer ----------------------------------------------------------- */

#footer {
  border-top:1px dotted #8f959a;
  padding-top:45px;
  padding-bottom:10px;
  background:white;
  letter-spacing:0.1em;
  }

#footer ul {
  list-style-type:none;
  width:100%;
  display:block;
  padding:0px;
  margin:0px;
  }
  
#footer ul li {
  text-align:center;
  }

#footer ul li a {
  color:#8f959a;
  }

#footer ul li a.active {
  color: #00375a;
}

#breadcrumb.breadcrumbimprint a.active, #breadcrumb.breadcrumbimprint .active {
  color: #00375a;
}

#footer_logo {
  padding-bottom:10px;
  }

#footer_logo a {
  display:block;
  width:161px;
  height:31px;
  text-indent:-9999px;
  overflow:hidden;
  margin:auto;
  background:url(../images/sprites@1x.png) no-repeat -2px -263px;
  }

#footer_home, #footer_search, #footer_mail, #footer_login {
  padding-top:10px;
  padding-bottom:20px;
  float:left;
  width:10%;
  }
#footer_pics {
  clear:both;
  }
#footer_home {
  margin-left:30%;
  }
#footer_login {
  margin-right:30%;
  }

#footer_home a, #footer_search a, #footer_mail a, #footer_login a {
  border:none;
  display:block;
  width:20px;
  height:20px;
  text-indent:9999px;
  overflow:hidden;
  margin:auto;
  }

#footer_home a {
  background:url(../images/sprites@1x.png) no-repeat 0px -89px;
  }
#footer_home a.active {
  background:url(../images/sprites@1x.png) no-repeat -79px -89px;
  }
#footer_search a {
  background:url(../images/sprites@1x.png) no-repeat 0px -123px;
  }
#footer_mail a {
  background:url(../images/sprites@1x.png) no-repeat 0px -155px;
  }
#footer_login a {
  background:url(../images/sprites@1x.png) no-repeat 0px -189px;
  }
#footer_home a:hover, #footer_home a.active {
  background:url(../images/sprites@1x.png) no-repeat -79px -89px;
  }
#footer_search a:hover, #footer_search a.active {
  background:url(../images/sprites@1x.png) no-repeat -79px -123px;
  }
#footer_mail a:hover, #footer_mail a.active {
  background:url(../images/sprites@1x.png) no-repeat -79px -155px;
  }
#footer_login a:hover, #footer_login a.active {
  background:url(../images/sprites@1x.png) no-repeat -79px -189px;
  }




#footer_pics a, #footer_imprint a, #footer_totop a {
  display:block;
  padding:10px;
  }


#footer_totop a span {
  padding-right:26px;
  background:url(../images/sprites@1x.png) no-repeat right -455px;
  }



#side_toptop {
  position:fixed;
  bottom:50px;
  width:100%;
  z-index:600;
  pointer-events:none;
  display:none;
  }

#side_toptop .container {
  background:none;
  text-align:right;
  }

#side_toptop a {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url(../images/sprites@1x.png) no-repeat -253px -923px;
  text-indent:9999px;
  white-space:nowrap;
  pointer-events:all;
  margin-right:10px;
  opacity:0.8;
  }



/* ################################################# MIN 500px ###################################################### */
@media only screen and (min-width:500px) {


#teaserbox {
  display:table;  
  width:100%;
  }

.teaser {
  width:50%;
  display:table-cell;
  vertical-align:top;
  height:100%;
  }

.teaser.teaserone {
  width:100%;
  }

.teaser.teaserone img {
  float:left;
  width:50%;
  }

#sitemap ul li {
  float:left;
  width:50%;
  vertical-align:top;
  padding-right:1px;
  }

#sitemap ul li ul li {
  float:none;
  width:100%;
  }

.content h1 {
  color:#9eaca2;
  position:relative;
  /*padding-left:35px;*/
  padding-top:15px;
  
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  }

#contextbox .caption {
  line-height:1.4em;
  }

} /* ---------------------------------------------------------------------------------------------------------------- */









/* ################################################# MIN 700px ###################################################### */
@media only screen and (min-width:700px) {


/* ---------------------------- Navigation */

body {
  padding-top: 50px;
}

#navigationbar {

  margin-bottom:2px;
  }

.navi_1 li {
  padding-right:1px;
  background:url(../images/sprites@1x.png) no-repeat right -40px;
  }
  
.navi_1 li ul li {
  padding-right:0px;
  background:none;
  }

#navi_piktos, #navigationbar ul {
  float:left;
  }

#navi_piktos {
  /*width:12.5%;*/
  text-align:right;
  padding-left:10px;
  }

#navi_piktos ul li {
  margin-left:0px;
  margin-right:0px;
  }

#navigationbar .navi_1 {
  display:block;
  }


#navigationbar #navi_piktos ul {
  width:auto;
  float:right;
  }

#navigationbar #navi_piktos ul li#togglemenu {
  display:none;
  }

#navigationbar #navi_piktos ul li {
  float:none;
  display:block;
  width:auto;
  margin-top:8px;
  margin-bottom:4px;
  }


#navigationbar #navi_piktos ul li #pikto_search {
  margin-top:12px;
  margin-bottom:2px;
  }

#navigationbar #navi_piktos ul li #pikto_mail {
  margin-top:6px;
  margin-bottom:12px;
  }



#navigationbar ul {
  /*width:50%;*/
  width:60%;
  }

#navigationbar ul li {
  float:left;
  width:25%;
  /*border:1px solid grey;*/
  }

#navigationbar ul li ul, #navigationbar ul li ul li {
  float:none;
  width:auto;
  }

#navigationbar ul li ul.navi_2 {
  position:absolute;
  /*width:12.5%;*/
  width:30%;
  z-index:999;
  top:164px;
  }



#navigationbar ul li.active ul.navi_2 {
  display:none;
  }

#navigationbar ul li:hover ul.navi_2 {
  display:block;
  }



.navi_1 li a, #navi_piktos {
  min-height:170px;
  }


.navi_1 li a {
  background:url(../images/sprites@1x.png) no-repeat center bottom;
  }

.navi_2 li a, .navi_1 li a:hover {
  background:none;
  }


#navigationbar ul, #navigationbar ul li a {
  border:none;
  }

/* Pfeil über der 2. Menuebene */
#navigationbar .navi_2:before {
  margin-left:20%;
  }




.navi_1 li .navi_2 li a {
  min-height:0px;
  }

#homelink {
  float:right;
  margin-top:8px;
    
  width:200px;
  background-size:800px;
  }












#navigationbar ul ul li.active ul.navi_3 {
  display:none;
  }

#navigationbar ul ul li:hover ul.navi_3 {
  display:block;
  }



#navigationbar ul li#navi_li_02 ul li {
	position: relative;
}

#navigationbar ul.navi_3 {
	width: 100%;
	position: absolute;
	left: 100%;
	top: -1px;
}

#navigationbar ul li#navi_li_02 ul ul.navi_3, 
#navigationbar ul li#navi_li_03 ul ul.navi_3 {
	border: none;
}

#navigationbar ul li#navi_li_02 ul ul.navi_3 li:first-child, 
#navigationbar ul li#navi_li_03 ul ul.navi_3 li:first-child {
	margin-top: 0;
}






















/* Order */

#navigationbar {
  display:-webkit-flex;
    display:flex;

  }

#navi_piktos {
  -webkit-order:1;
    order:2;
  }
  
.navi_1 {
  -webkit-order:1;
    order:1;
  }

#homelink {
  -webkit-order:1;
    order:3;
  }

.content aside {
  display:inline-block;
  }


/* ---------------------------- Header */

#header #carousel {
  display:block;
  }

/* ---------------------------- Content */

.startcontent article {
  padding:0px;
  }

.startcontent {
  padding-left:12.5%;
  padding-right:12.5%;
  }

.startcontent p {
  margin-left:10%;
  }

h1 {
  font-size:3.5em;
  }

/* ---------------------------- Contactbox */

#contactbox .inputfield label, #contactbox .csc-form-element label, #contactbox .powermail_fieldwrap label {
  width:25%;
  float:left;
  }

#contactbox .checkbox label {
  width:auto;
  }

#contactbox .inputfield input, #contactbox .csc-form-element input, #contactbox .powermail_fieldwrap input {
  /*width:75%;*/
  }

#contactbox .powermail_check_inner input, #contactbox .powermail_check_inner label {
  width:auto;
  float:left;
  }

body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    background:#01aaaf;
}

body .xdsoft_datetimepicker .xdsoft_calendar td:hover {
  background:#00375a !important;
  }

#contactbox .powermail_fieldwrap_type_submit input {
  /*
  width:auto;
  float:right;
  */

  }

#contactbox .powermail_fieldwrap.powermail_fieldwrap_date input {
  width:auto;  
  }



/* ---------------------------- Sitemap */
#sitemap ul li {
  float:left;
  width:25%;
  }

li.sitemap_break {
  display:none;
  }

/* ---------------------------- Footer */

#footer {
  font-size:0.8em;
  }

#footer_pics a, #footer_imprint a, #footer_totop a {
  padding:0px;
  }

#footer ul li, #footer ul li#footer_pics {
  float:left;
  clear:none;
  /*text-align:left;*/
  }

#footer_logo {
  /*width:20.84%;*/
  width:15.84%;
  padding-left:20px;
  }

#footer_logo a {
  margin:0px;
  margin-top:7px;
  background:url(../images/sprites@1x.png) no-repeat -1px -131px;
  background-size:500px 500px;
  }

#footer_pics {
  width:16.5%;
  }

/*
#footer_pics {
  width:12.5%;
  }
*/
#footer_home, #footer_search, #footer_mail, #footer_login {
  width:4.16%;
  min-height:34px;
  border-left:1px solid #8f959a;
  padding-top:4px;
  padding-bottom:0px;
  }
#footer_pics {
  clear:both;
  min-height:34px;
  border-left:1px solid #8f959a;
  padding-top:9px;
  }

#footer_imprint {
  min-height:34px;
  border-left:1px solid #8f959a;
  padding-top:9px;
  padding-left:1.5%;
  padding-right:1.5%;
  }

#footer_home {
  margin-left:0px;
  }
#footer_login {
  margin-right:0px;
  }

#footer ul li#footer_totop {
  float:right;
  padding-top:5px;
  padding-right:20px;
  }

#footer ul li#footer_totop a span {
  display: block;
  width: 20px;
  text-indent: -9999px;
  }




} /* ---------------------------------------------------------------------------------------------------------------- */


/* ################################################# MIN 800px ##################################################### */
@media only screen and (min-width:800px) {


#navigationbar ul li ul.navi_2 {
  width:15%;
  max-width:177px;
  }

#navigationbar .navi_2:before {
  margin:auto;
  margin-top:1px;
  }

#contextbox .caption {
  font-size:1.2em;
  }

} /* ---------------------------------------------------------------------------------------------------------------- */

/* ################################################# MIN 1000px ##################################################### */
@media only screen and (min-width:1000px) {

.parallax_fond {
  visibility:visible;
  }

#navigationbar {
  display:block;
  }

#navi_piktos {
  width:12.5%;
  padding-right:10px;
  background:url(../images/sprites@1x.png) no-repeat right -40px;
  
  }


#navigationbar ul li ul.navi_2 {
  width:12.5%;
  }


#navigationbar ul {
  width:50%;
  }



#navigationbar ul li ul {
  width:12.5%;
  }

#homelink {
  width: 241px;
  background-size:1000px;
  margin-right:10%;
  }

#header .flexslider {
  margin: 0 0 0px;
  }

#header .flexslider .flex-control-nav {
  bottom:20px;
  }

#header .flexslider .flex-control-paging li a {
  background:white;
  }


#header .flexslider .flex-control-nav {
  text-align:right;
  padding-right:10%;
  }

#header .flexslider .flex-control-nav li {
  margin: 0 4px;
  }

#header .flexslider .flex-control-paging li a {
  width: 31px;
  height: 5px;
  }

.standard_header_caption {
  background:transparent;
  position:absolute;
  right:100px;
  top:60px;
  text-align:right;
  }

.standard_header_caption h1 {
  font-size:2.7em;
  }

.standard_header_caption h2 {
  font-size:1.4em;
  }




.slidertext {
  position:absolute;
  top:0px;
  margin-left:0.9%;
  margin-top:1%;
  padding-left:5px;
  padding-right:5px;
  }



.slidertext h1 {
  font-size:2.7em;
  }

.slidertext h2 {
  font-size:1.1em;
  }

#slider.flexslider .flex-direction-nav a {
  top:45%;
  }


.teaser.teaserone {
  width:50%;
  }

.teaserrow {
  height:100%;
  display:table-row;
  }

.teasersmallrow {
  width:50%;
  display:table-cell;
  vertical-align:top;
  height:100%;
  background:#adbbb1;
  }


.content article {
  padding:0px;
  }

.content {
  padding-left:12.5%;
  padding-right:12.5%;
  }

.content h1:before {
  content:"";
  display:block;
  width:70px;
  height:70px;
  position:absolute;
  left:-35px;
  top:0px;
  border-left:1px dotted #9eaca2;
  border-top:1px dotted #9eaca2;
  }

.piccontent p, .piccontent .tx-powermail, #script_content ul, #script_content h2, #script_content form {
  margin-left:30%;
  }

.tx-powermail p {
  padding-left:0px;
}

#script_content #selectBox {
  margin-left:30%;
  }

h1 br {
  display:inline;
  }




.content aside {
  position:relative;
  }

.content aside .csc-textpic-imagewrap {
  display:block;
  position:absolute;
  right:-230px;
  bottom:-50px;
  }


#contactbox {
  padding-left:12.5%;
  padding-right:12.5%;
  }



.content .picleft_textright img {
  display:block;
  }


.picleft_textright .piccontainer {
  float:left;
  width:28%;
  height:auto;
  }

.piccontainer {
  overflow:hidden;
  }

.picleft_textright img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1500ms ease-in-out;
  -moz-transition: -moz-transform 1500ms ease-in-out;
  -o-transition: -o-transform 1500ms ease-in-out;
  transition: transform 1500ms ease-in-out;
  }

a.picleft_textright:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  }

.picleft_textright h2, .picleft_textright p, .picleft_textright ul {
  margin-left:32%;
  }


#contactbox .powermail_fieldwrap.powermail_fieldwrap_date label span {
  display:inline;
  }

#sitemap {
  margin-left:12.5%;
  width:50%;
  }

#sitemap ul li {
  width:25%;
  }


#footer_logo a {
  margin-top:0px;
  background:url(../images/sprites@1x.png) no-repeat -2px -263px;

  }

#footer_logo {
  width:20.84%;
  }

#footer_pics {
  width:12.5%;
  }

#footer ul li#footer_totop a span {
  display: inline;
  }

#footer {
  font-size:1em;
  }

#footer_pics {
  padding-top:5px;
  }

#footer_imprint {
  padding-top:5px;
  }









} /* ---------------------------------------------------------------------------------------------------------------- */


/* ################################################# MIN 1428px ##################################################### */
@media only screen and (min-width:1428px) {

.content, #contactbox {
  padding-left:177px;
  padding-right:170px;
  }
  
#footer_logo {
  padding-left:0px;
  }
#footer ul li#footer_totop {
  padding-right:0px;
  }
  
  
.slidertext {
  font-size:1.2em;
  }
  
} /* ---------------------------------------------------------------------------------------------------------------- */


/* ################################################# MIN 1540px ##################################################### */
@media only screen and (min-width:1540px) {

#side_toptop a {
  margin-right:-40px;
  opacity:1;
  }
  
} /* ---------------------------------------------------------------------------------------------------------------- */








body .cc_container {
  background: #00355c;
  font-family: inherit ;
  margin-bottom: 6em;
}

body .cc_container .cc_message {
  color: white;
}

body .cc_container .cc_btn:hover,
body .cc_container .cc_btn:active, 
body .cc_container .cc_btn,
body .cc_container .cc_btn:visited  {
  background-color: white;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}

.projektrow .csc-default h1 {
  padding-bottom: 2%;
  padding-top: 0;
}