@charset "utf-8";
*{
	max-width:100%
	}
p {
    margin: 0!important;
}
table.mobile td {
    padding:2%
	}
table.mobile  {
    width:96%
	}

stil5{
    color: red;
    font-weight: bold;
    
}
stil4{
    color: #1876a0;
    font-weight: bold;
   
}
stil3 {
    color: red;
    font-size:120%
}
stil2 {
    color: #1876a0;
    font-size:120%
}
stil1 {
    color: red;
    font-size:150%;
     font-weight: bold;
}

/* ======= Bildklassen ====== */
.grau { 
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); 
	filter: grayscale(100%); 
	filter: gray; /* IE 6-9 */ 
	} 
.grau:hover { 
	-webkit-filter: grayscale(0%); 
	-moz-filter: grayscale(0%); 
	-ms-filter: grayscale(0%);
	 -o-filter: grayscale(0%); 
	 filter: grayscale(0%); 
	 filter: transparent; /* IE 6-9 */ 
	 } 
.rahmen {
	 padding:.8%!important;
	border:1px #ccc solid;
	}
 .karte_hochgestellt {
    margin-top: -70px;
    float: left;
    z-index: 888;
    padding: 2%;
    position: relative;
    min-height: 200px;
	}
.zoom img, img.zoom{
 transition: transform 1.2s;
 -moz-transition: transform 1.2s;
 -webkit-transition: transform 1.2s;
 -o-transition: transform 1.2s;
 -ms-transition: transform 1.2s;
	}
.zoom{
	overflow:hidden
	}
.zoom img:hover, img.zoom:hover{
	 box-shadow: 2px 2px 15px -7px rgba(0,0,0,1);
	 cursor: zoom-in;
	 cursor: -moz-zoom-in;
	 cursor: -webkit-zoom-in;
	 transform: scale(1.4, 1.4);
	 -moz-transform: scale(1.4, 1.4);
	 -webkit-transform: scale(1.4, 1.4);
	 -o-transform: scale(1.4, 1.4);
	 -ms-transform: scale(1.4, 1.4);
	 transition: transform 1.4s;
	 -moz-transition: transform 1.4s;
	 -webkit-transition: transform 1.4s;
	 -o-transition: transform 1.4s;
	 -ms-transition: transform 1.4s;
	}
.schatten{
	box-shadow: 4px 4px 15px -7px rgba(0,0,0,1);
	}
	
/* ======= Textklassen ====== */
.zitat{
	padding:12%
	}

/* ======= Farben ====== */
.hgfarbe_1 {
    background-color:#f3f2f2;
}
.hgfarbe_2 {
    background-color: #ccc;
}
.hgfarbe_3 {
    background-color: #999;
}




/* ======= Editor ====== */
 input#speichern{
    background-image: url(images/green.png);
    }
 input#link {
    background-image:url(images/red.png)
    }
input#link, input#speichern {
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: right 4px top 4px;
}
#loginfield input[type="button"], #loginfield input[type="submit"], #loginfield a.simple-button-plugin,.logoutfield input[type="button"], .logoutfield input[type="submit"], .logoutfield a.simple-button-plugin {
	background-image:none;
	}
#auf{
    width:40px;
    height:40px; 
    margin-top: -51px;
    margin-left:12px;
    background-image: url(images/auf.png);
    background-size:100%;
    display:none;
    }
 #zu{
    width:40px;
    height:40px; 
    margin-left:12px;
   margin-top: -51px;
    background-image: url(images/zu.png);
    background-size:100%;
    }
.cke_button__karten2,.cke_button__karten3,.cke_button__karten4 {
    display: none!important;
}
.cke_reset_all.cke_chrome{
	position:fixed!important;
	top:0!important;
	left: auto!important;
	}
.cke_panel{
	position:fixed!important;
	top:65px!important;
	right:10%!important;
	}
.cke_combopanel {
    width: 150px;
    height: 170px;
    position: relative!important;
    float: left;
    top: 0!important;
    }
form{
	margin:0!important;
	padding:0!important
	}
div#cke_onweb2 {
    z-index: 99999999999!important;
    }
.cke_reset_all a{
	text-transform:none
	}
a.cke_dialog_ui_button_ok{
	background: #f8f8f8!important;
    border: 1px solid #ccc!important;
	}
.cke_reset_all  input:valid, textarea:valid {
    border: 0.05em solid #ccc;
	}
/* 	Aussenhuelle Editor richtet sich nach Innenhülle*/
div#cke_81 {
    right: 5%!important;
    left: auto!important;
    top: 65px!important;
	}
/* 	Innenhuelle Editor */
.cke_top{
	max-width:900px!important;
	}
/* 	aufgehendes Fenster */
.cke_menu_panel {
margin-top:10px!important;
	}
.cke_reset_all td {
    border: none!important;
	}
.cke_dialog_ui_hbox_first, .cke_dialog_ui_hbox_child, .cke_dialog_ui_hbox_last{
    vertical-align: bottom!important;
	}
a.cke_dialog_ui_button {
    margin: 10px!important;
    float: right!important;
    height: 38px!important;
    line-height: 28px!important;
    min-width: 110px!important;
    background: #f8f8f8;
    border: 1px solid #ccc;
	}
a.cke_dialog_ui_button:hover {
    background: #f3f3f3;
    border: 1px solid #ccc;
	}
a.cke_button_off:hover, a.cke_button_off:focus, a.cke_button_off:active {
	 background-color:transparent!important;
	 }
.cke_dialog_contents_body .cke_dialog_ui_hbox_last>a.cke_dialog_ui_button {
     margin: 0 12px!important;
	}
#cke_123_uiElement .cke_dialog_ui_input_text{
   width:120px!important
	}
.cke_dialog_contents_body input[type="text"] {
   width:280px!important
	}
.cke_top{
	max-width:100%!important;
	width:980px!important;
	}
a.cke_dialog_ui_button, a.cke_dialog_tab{
	color:black!important
	}
div#cke_1_top {
    min-width: 933px;
	}
.coob input,.coun input{
  display: inline!important;
  }
.coob table tr:nth-child(1) td:nth-child(1) {
    background-image: url(../../cms/ckeditor/plugins/container/img/c_100.jpg)!important;
}
.coob table tr:nth-child(1) td:nth-child(2){
    background-image: url(../../cms/ckeditor/plugins/container/img/c_50.jpg)!important;
}
.coob table tr:nth-child(1) td:nth-child(3){
    background-image: url(../../cms/ckeditor/plugins/container/img/c_25.jpg)!important;
}
.coob table tr:nth-child(1) td:nth-child(4){
    background-image: url(../../cms/ckeditor/plugins/container/img/c_2575.jpg)!important;
}
.coob table tr:nth-child(1) td:nth-child(5){
    background-image: url(../../cms/ckeditor/plugins/container/img/c_7525.jpg)!important;
}
.coob table tr:nth-child(1) td:nth-child(6){
    background-image: url(../../cms/ckeditor/plugins/container/img/c_255025.jpg)!important;
}
.coob table tr:nth-child(1) td:nth-child(7){
    background-image: url(../../cms/ckeditor/plugins/container/img/c_502525.jpg)!important;
}
.coob table tr:nth-child(1) td:nth-child(8){
    background-image: url(../../cms/ckeditor/plugins/container/img/c_252550.jpg)!important;
}
.coob table tr:nth-child(1) td:nth-child(9){
    background-image: url(../../cms/ckeditor/plugins/container/img/c_33.jpg)!important;
}
.coob table tr:nth-child(1) td:nth-child(10){
    background-image: url(../../cms/ckeditor/plugins/container/img/c_3366.jpg)!important;
}
.coob table tr:nth-child(1)  td:nth-child(11){
    background-image: url(../../cms/ckeditor/plugins/container/img/c_66331.jpg)!important;
}
.coob table .cke_dialog_ui_hbox_first,  .coob table .cke_dialog_ui_hbox_child {
    padding-right: 10px!important;
    width: 65%!important;
    display: block!important;
    height: 40px;
    float: left!important;
    line-height: 40px!important;
    background-size: 300px;
    background-repeat: no-repeat!important;
    background-position: 0 50%!important;
    padding-left: 320px!important;
	}
 .coob table td.cke_dialog_ui_hbox_last {
    padding-right: 10px!important;
    width: 65%!important;
    display: block!important;
    height: 40px;
    float: left!important;
    line-height: 40px!important;
    background-size: 300px;
    background-repeat: no-repeat!important;
    background-position: 0 50%!important;
    padding-left: 320px!important;
	}

.coun  tr:nth-child(1) td:nth-child(n){  
	width: 45%!important;
    display: block;
    float: left;
    height: 24px;
    }
.coun table:nth-child(1) tr td{ 
   padding-left: 2px!important;
    height: 30px!important;
    padding-right: 30px!important;
    background-image: none!important;
    	}
.coun label:nth-child(1){
	font-size:120%;
	font-weight:bold;
	margin-bottom:30px;
	line-height:40px
	}
.coob #cke_756_uiElement{
	height:60px;
	margin-top:20px;
	}
.coun .cke_dialog_ui_labeled_content {
    float: left;
    display: block;
    height: 464px;
    position: relative;
	}
.coun .cke_dialog_body label+.cke_dialog_ui_labeled_content {
     margin-top: 0; 
	}
table.coun {
    margin-bottom: 30px!important;
    }
table.coob {
    margin-top: 0!important;
    }
table.coun:before {
    content:'Zusatzeigenschaften'  ;
    font-weight:bold;
    margin-bottom:20px;
    line-height:40px
      }
/* Kartei Hochladen img audio video	 */
a#cke_Upload_856, a#cke_Upload_982, a#cke_Upload_1103  {
    display: none!important;
	}
.cke_chrome {
    z-index: 999!important;
	}
.cke_reset_all table {
    z-index: 99999222222!important;
	}
a.cke_button_off:hover, a.cke_button_off:focus, a.cke_button_off:active {
    background: transparent!important;
    }
.loginfield_light, .logoutfield,.loginfield {
	overflow:visible!important;
    display: block;
    width: 100%;
    position: fixed;
    padding: 12px 0 0 0!important;
    float: left!important;
	line-height:20px;
    bottom: 0;
    color: white;
    font-family: Arial, sans-serif!important;
    font-size: 117%;
    background-color: rgba(0,0,0,.67);
    z-index: 99999;
    transition: all 1s ease;
    }
.loginfield_light .labelonweb {
	transition:none!important;
	}
/* 	Ende gesamter Editor */


/* 	 ==== Karten  ===== */
.karten2 .cke_dialog_ui_hbox,.karten3 .cke_dialog_ui_hbox,.karten4 .cke_dialog_ui_hbox{
	width:100%
	}
.karten2 input,.coun input,.karten3 input,.coun input,.karten4 input,.coun input{
  display: inline!important;
  }
.karten2 table tr:nth-child(1) td:nth-child(n), .karten3 table tr:nth-child(1) td:nth-child(n) , .karten4 table tr:nth-child(1) td:nth-child(n)  {
    background-size: 54%!important;
    height: 143px!important;
        width: 230px!important;
    background-position: 0 40px!important;
	}
.karten2 table .cke_dialog_ui_hbox_first,  .karten2 table .cke_dialog_ui_hbox_child,.karten2 table td.cke_dialog_ui_hbox_last,.karten3 table .cke_dialog_ui_hbox_first,  .karten3 table .cke_dialog_ui_hbox_child,.karten3 table td.cke_dialog_ui_hbox_last,.karten4 table .cke_dialog_ui_hbox_first,  .karten4 table .cke_dialog_ui_hbox_child,.karten4 table td.cke_dialog_ui_hbox_last{
    padding-right: 10px!important;
     display: block!important;
    height: 40px;
    float: left!important;
    line-height: 40px!important;
    background-size: 300px;
    background-repeat: no-repeat!important;
    background-position: 0 50%!important;
    padding-left: 0px!important;
	}
.karten2 table tr:nth-child(1) td:nth-child(1) {
    background-image: url(../../cms/ckeditor/plugins/karten2/img/k2_1.jpg)!important;
}
.karten2 table tr:nth-child(1) td:nth-child(2) {
    background-image: url(../../cms/ckeditor/plugins/karten2/img/k2_2.jpg)!important;
}
.karten2 table tr:nth-child(1) td:nth-child(3) {
    background-image: url(../../cms/ckeditor/plugins/karten2/img/k2_3.jpg)!important;
}
.karten2 table tr:nth-child(1) td:nth-child(4) {
    background-image: url(../../cms/ckeditor/plugins/karten2/img/k2_4.jpg)!important;
}
.karten2 table tr:nth-child(1) td:nth-child(5) {
    background-image: url(../../cms/ckeditor/plugins/karten2/img/k2_5.jpg)!important;
}
.karten2 table tr:nth-child(1) td:nth-child(6) {
    background-image: url(../../cms/ckeditor/plugins/karten2/img/k2_6.jpg)!important;
}
.karten3 table tr:nth-child(1) td:nth-child(1) {
    background-image: url(../../cms/ckeditor/plugins/karten3/img/k3_1.jpg)!important;
}
.karten3 table tr:nth-child(1) td:nth-child(2) {
    background-image: url(../../cms/ckeditor/plugins/karten3/img/k3_2.jpg)!important;
}
.karten3 table tr:nth-child(1) td:nth-child(3) {
    background-image: url(../../cms/ckeditor/plugins/karten3/img/k3_3.jpg)!important;
}
.karten3 table tr:nth-child(1) td:nth-child(4) {
    background-image: url(../../cms/ckeditor/plugins/karten3/img/k3_4.jpg)!important;
}
.karten3 table tr:nth-child(1) td:nth-child(5) {
    background-image: url(../../cms/ckeditor/plugins/karten3/img/k3_5.jpg)!important;
}
.karten4 table tr:nth-child(1) td:nth-child(1) {
    background-image: url(../../cms/ckeditor/plugins/karten4/img/k4_1.jpg)!important;
}
.karten4 table tr:nth-child(1) td:nth-child(2) {
    background-image: url(../../cms/ckeditor/plugins/karten4/img/k4_2.jpg)!important;
}
.k{
    display:table;
    float:left;
    width:100%;
	}
.k h2{
	margin-top:10px!important;
	}
.k .c_100.innen {
    width: 90%!important;
    margin-left: 3%;
	}
.k div img {
	width:100%
	}
.k div{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    float:none;
	}

.k2_1 .c_50 , .k2_2 .c_50{
    width: 50%;
    min-height:10px;
	}	
.k2_1 .c_50:nth-child(1), .k2_2 .c_50:nth-child(2){
   padding:3%
	}

.k3_1 .mitte {
    margin-top: 80px;
}
.k.k2.k2_5 {
    padding: 2%;
    float: left;
    width: 96%;
	}
.k.k2 .displaytext {
	padding:3%
	}
.k.k2.k2_6 .displaytext {
    display: block;
    width: 60%;
 }
.k.k2.k2_6 img.bildversatz {
    margin-top: 125px;
    margin-left: -125px;
}
.k2_5 .bild {
    width: 28%;
    float: none!important;
 }
.k2_5 .stopp {
    width: 4%;
    display: table-cell;
	}
.k2_5 .text{
    padding: 2%;
    background-color: white;
	}
.k2_5 .displaytext {
      display:block!important;
      text-align: left;
	}
.k3_1 div:nth-child(2){
	padding:0 3%;
	}
.k3_2 div:nth-child(1), .k3_2 div:nth-child(3){
	padding:0 3%;
	}
.k.k3 div{
    width: 30%;
	}
.k3_1 .c_33 {
    float: left;
    margin: 1.5% 3% 1.5% 0!important;
    padding: 2%!important;
    width: 27.3%!important;
    min-height: 656px;
	}	
.k3_1 .c_33.rechts {
    margin: 1.5% 0 1.5% 0!important;
	}
.k3_1  ,.k3_5 , .k4_1, .k4_2{
    padding: 20px 0!important;
	}
.k3_2 .c_33 {
    float: left;
    margin: 1.5% 3% 1.5% 0!important;
    padding: 0!important;
    width: 31.3%!important;
    min-height: 639px;
	}	
.k3_2 .c_33.rechts {
    margin: 1.5% 0 1.5% 0!important;
	}
.k3_2 .c_100 {
	padding: 4%!important;
	}
.k4_1 .c_25 {
    float: left;
    margin: 1.5% 3% 1.5% 0!important;
    padding: 2%!important;
    width: 18.7%!important;
	}	
.k4_1 .c_25.innen.rechts {
    margin: 1.5% 0 1.5% 0!important;
	}
.k4_2 .c_25 {
    float: left;
    margin: 1.5% 3% 1.5% 0!important;
    padding: 0!important;
    width: 22.7%!important;
	}	
.k4_2 .c_25.rechts {
    margin: 1.5% 0 1.5% 0!important;
	}
.k4_2 .c_100 {
	padding: 4%!important;
	}
.farbblock{
    margin-top: 40px;
    display: block!important;
    height: 444px;
	}
.farbblock img {
    width: 600px!important;
    float: left;
    margin-top: 120px;
    margin-left: -120px;
	}

/* ======= Bausteine  ====== */
.relativ_box{
    position: relative;
    min-height: 200px;
    width: 100%;
    }
.relativ_box	.text {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    }
img.rund{
	border-radius:50%
	}
.karten_runde_fotos {
    width: 100%;
	}
.karten_runde_fotos .c_33{
	padding: 5%!important;
	width: 23.31%!important;
	margin:0!important;
	}
.karten_runde_fotos .c_33 img{
	border-radius:50%;
	width: 190px;
	margin:0 auto;
	display: block;
	}
.karten_runde_fotos .c_33 h2{
	text-align:center;
	width:100%;
	margin: 32px auto 22px auto;
	line-height:34px;
	}
.termine {
	width:800px;
	position: relative;
	height: auto;
	margin:1px auto;
	display: table-cell;
	background-color: black;
	width: 100%!important;
    clear: both!important;
    float: left;
	}
.termine .date{
	width: 30%!important;
	display: table-cell;
	font-size: 200%;
	text-align: center;
	float: left;
	margin-top: 14px;
	min-height: 41px;
	}
.termine .monat{
	text-transform:uppercase;
	clear:both;
	text-align:center;
	font-size: 10px!important;
	margin-top: 4px;
	}
.termine .text{
   width: 68%;
   padding: 2px 1% 0 1%!important;
   display: table-cell;
   min-height: 87px;
   float: left;
   color:#333!important;
   background-color: #ccc;
   }	
.termine {
    display:table;
   }
.termine .text {
    width: 98%;
    clear: none;
    padding:2%!important;
   }
.termine .date {
    float:none!important;
    vertical-align:middle;
    width:20%!important
    }
.termine .text h5{    
	font-size: 105%;
    font-weight: bold;
    margin: 0!important;
    text-transform: none;
    text-align: left;
    padding: 0;
    float: left;
    width: 100%;
    }
 /* ===== Bildmaske = Baustein ====== */
.baustein5{
	display:block;
	float:left
	}
.baustein_5.container {
    display: block;
    float: left;
    position: relative;
    width: 100%;
	}
.baustein_5.container:hover {
    background-color:black; 
 	}
.onweb2 .container:hover {
    background-color:transparent!important; 
    float:left
	}
.baustein_5.container .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .8s ease;
  backface-visibility: hidden;
 }
.baustein_5.container .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  color: white;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
  }
.baustein_5.container:hover .image {
  opacity: 0.3;
   }
.baustein_5.container:hover .middle {
  opacity: 1;
   }
.baustein_5.container.text {
 color: white;
  }
.baustein_5.container .text h3{
  color: white!important;
  font-size: 110%;
  width: auto!important;
  display: block;
  margin: 0;
 }
.baustein_5.container .text a{
	color: #333;
	}
.baustein_5.container .text a:hover{
	color:#c93
	}

.baustein_6{
	width: 100%;
	float:left;
	position: relative;
	}	
.baustein_6 h2{
	width: 100%;
	color:white!important;
	float:left;
	text-align:left;
	position: relative;
	}	
.baustein_6 img{
	width: 100%;
	}
.baustein_6 .text{
	 position: absolute;
	 bottom: 0;
	 left:50%;
	 width: 92%;
	 color: white!important;
	 padding: 4%;
	 background-color: rgba(0,0,0,.5);
	 transform: translate(-50%, 0);
	 -ms-transform: translate(-50%, -50%);
	}
.baustein_7{
	width: 100%;	
	position: relative;
	float:left;
	}
.baustein_7 img{
	width:100%!important;
	}
.baustein_7 .c_25{
	padding:0!important;
	margin:0!important;
	width:25%;
	}
.baustein_7 .c_50{
	padding:0!important;
	margin:0!important;
	width:50%;
	}
.baustein_7 .text{
	position: absolute;
	top: 50%;
	width: 40%;
	left: 50%;
	transform: translate(-110%, -50%);
	-ms-transform: translate(-50%, -50%);
	}
.baustein_10 img{
	width:100%
	}
/* ==== Akkordeon = Baustein ===== */
.cke_editable .akk_inhalt {
    display: block!important;
	}
.top {
    cursor: pointer;
    margin-top: 20px;
   }
.top.plus:before {
    content: '';
    margin-top:-4px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 8px 0px 8px;
    border-color:#c93 transparent transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 17px;
   }
.top.top_active{
	color:#c93
	}
.top.plus.top_active:before {
    border-width: 0px 8px 10px 8px;
    border-color: transparent transparent  #c93 transparent;
	}
.akk_inhalt {
    padding-left: 35px;
    font-size: 90%;
    margin-top: 12px;
    margin-bottom: 20px;
	}


/* 	===== 1. Variante ( ohne Innenabstände, ohne Außenabstände)===== */
.c_10,.c_20,.c_25, .c_33,.c_50,  .c_66, .c_75 , .c_100{
	float:left;
	margin:  0;
	padding:0
	}
.c_10 {
	width: 10%;
	}
.c_20 {
	width: 20%;
	}
.c_25 {
	width: 25%;
	}
.c_33 {
    width: 33.33%;
 	}
 .c_50 {
    width: 50%;
 	}
.c_66 {
  width: 66.66%;
  }
.c_75 {
	width: 75%;
	}
.c_100 {
	width: 100%;
	}
.rechts{
	margin-right:0!important;
	float:right!important;
}
/* 	===== 2. Variante ( ohne Innenabstände, 1% Außenabstände)===== */
.c_10.aussen,.c_20.aussen,.c_25.aussen, .c_33.aussen,.c_50.aussen,  .c_66.aussen, .c_75.aussen , c_100.aussen{
	float:left;
	margin:  1% 5% 0 0;
	padding:0
	}
.c_10.aussen {
	width: 5.1%;
	}
.c_20.aussen {
	width: 15.2%;
	}
.c_25.aussen {
	width: 21.2%;
	}
.c_33.aussen {
    width: 29.93%;
 }
 .c_50.aussen {
    width: 45.5%;
 }
.c_66.aussen {
  width: 61.66%;
 }
.c_75.aussen {
	width: 70.5%;
	}
.c_100.aussen {
	width: 100%;
	margin:  1% 0 0 0;
	}
	
	/* 	===== 3. Variante ( 1% Innenabstände, 1% Außenabstände)===== */
.c_10.innen,.c_20.innen,.c_25.innen, .c_33.innen,.c_50.innen,  .c_66.innen, .c_75.innen , .c_100.innen{
	float:left;
	margin:   0;
	padding:1%
	}
.c_100.innen {
	width: 98%;
	}
.c_10.innen {
	width: 8%;
	}
.c_20.innen {
	width: 18%;
	}
.c_25.innen {
	width: 23%;
	}
.c_33.innen {
    width: 31.33%;
	}
 .c_50.innen {
    width: 48%;
	}
.c_66.innen {
  width: 64.66%;
  }
.c_75.innen {
	width: 73%;
	}

/* 	===== 4. Variante ( 1% Innenabstände, 1% Außenabstände)===== */
.c_10.innen.aussen,.c_20.innen.aussen,.c_25.innen.aussen, .c_33.innen.aussen,.c_50.innen.aussen,  .c_66.innen.aussen, .c_75.innen.aussen , .c_100.innen.aussen{
	float:left;
	margin:  1% 1% 0 0;
	padding:1%
	}
.c_10.innen.aussen {
	width: 7.1%;
	}
.c_20.innen.aussen {
	width: 17.2%;
	}
.c_25.innen.aussen {
	width: 22.25%;
	}
.c_33.innen.aussen {
    width: 30.65%;
	}
 .c_50.innen.aussen {
    width: 47.5%;
	}
.c_66.innen.aussen {
  width: 63.4%;
  }
.c_75.innen.aussen {
	width: 72.2%;
	}
.c_100.innen.aussen {
	width: 98%;
	}
	
	/* 	===== 5. Variante ( 1% Innenabstände, 1% Außenabstände + Rahmen)===== */
.c_10.rahmen,.c_20.rahmen,.c_25.rahmen, .c_33.rahmen,.c_50.rahmen,  .c_66.rahmen, .c_75.rahmen , .c_100.rahmen{
	float:left;
	margin:  1% 1% 0 0;
	padding:1%
	}
.c_10.rahmen {
	width: 7.2%;
	}
.c_20.rahmen {
	width: 17.2%;
	}
.c_25.rahmen {
	width: 22.1%;
	}
.c_33.rahmen {
    width: 30.3%;
	}
 .c_50.rahmen {
    width: 47.1%;
	}
.c_66.rahmen {
  width: 63.66%;
 	}
.c_75.rahmen {
	width: 72.1%;
	}
.c_100.rahmen {
	width: 98.2%;
	}

/*  =====Timeline==== */
.timeline {
	  position: relative;
	  margin: 0 auto;
	  background-color: rgba(100,100,100,.1);
	}
.timeline .content {
  	padding-top: 0!important;
	}
	
.timeline::after {
 	width: 2px;
	background-color: rgba(130,130,130,.2);
	}
.timeline::after {
	  content: '';
	  position: absolute;
	  width: 6px;
	  background-color: white;
	  top: 0;
	  bottom: 0;
	  left: 50%;
	  margin-left: -3px;
	}
.timeline .container1 {
	  padding: 10px 3%;
	  position: relative;
	  width: 44%;
	}
.timeline .container1::after {
	  content: '';
	  position: absolute;
	  width: 20px;
	  height: 20px;
	  right: -11px;
	  background-color: white;
	  border: 1px solid #999;
	  top: 15px;
	  border-radius: 50%;
	  z-index: 1;
	}
.timeline .left1 {
  	left: 0;
	}
.timeline .right1 {
 	 left: 50.4%;
	}
.timeline .left1::before {
	  content: " ";
	  height: 0;
	  position: absolute;
	  top: 22px;
	  width: 0;
	  z-index: 1;
	  right: 19px;
	  border: medium solid white;
	  border-width: 10px 0 10px 10px;
	  border-color: transparent transparent transparent #ccc;
	}
.timeline .right1::before {
	  content: " ";
	  height: 0;
	  position: absolute;
	  top: 22px;
	  width: 0;
	  z-index: 1;
	  left: 20px;
	  border: medium solid white;
	  border-width: 10px 10px 10px 0;
	  border-color: transparent #ccc transparent transparent;
	}
.timeline .right1::after {
	  left: -16px;
	}
.timeline .content {
	  padding: 20px 30px;
	  background-color: white;
	  position: relative;
	  border-radius: 6px;
	    color:black;
	}

/* =============== Parallax ================== */
.bgimg-1, .bgimg-2, .bgimg-3 {
	  position: relative;
	  opacity: 1;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  background-size: cover;
	}
.bgimg-1 {
	  min-height: 100%;
	}
.bgimg-2 {
	background-position: 0 100px;
	}
.bgimg-3 {
	  min-height: 500px;
	  background-position:top right;
	}
.caption {
	  position: absolute;
	  left: 0;
	  top: 50%;
	  width: 100%;
	  text-align: center;
	  color: #000;
	}
.caption span.border {
	  background-color: #111;
	  color: #fff;
	  padding: 18px;
	  font-size: 25px;
	  letter-spacing: 10px;
		}
.caption{
	font-size:11px;
	color:#777;
	font-style:italic;
	margin:0;
	}
@media only screen and (max-width: 1760px) {
div#sandkasten {
    margin-top: -42px;
	}
}
@media only screen and (max-width: 1024px) {
.cke_top {
    max-width: 100%!important;
    width: 100%!important;
	}
		div#cke_1_top {
    min-width: 100%!important;
}
.bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
 .farbblock,  .displaytext{
	 width:100%
	 }
.k2_5 .text{
	width: 88%!important;
	}
.k2_6 div {
    float:left!important; 
 }
.k2_6 .displaytext{
	margin-top:24px!important;
	}
}
@media only screen and (max-width: 800px) {
.hoch {
    margin-top: -89px!important;
	}
.rahmen {
 padding:.7%!important;
 	}
.c_100 {
	width: 100%;
	}
.c_50, .c_25, .c_33, .c_66, .c_75 {
	width: 50%;
	}
.c_10, .c_20{
	width: 20%;
	}
.c_100.innen {
	width: 97%;
	}
.c_50.innen, .c_25.innen, .c_33.innen, .c_66.innen, .c_75.innen {
	width: 47%;
	}
.c_10.innen, .c_20.innen {
	width: 47%;
	}
.c_10.aussen,.c_20.aussen,.c_25.aussen, .c_33.aussen,.c_50.aussen,  .c_66.aussen, .c_75.aussen , c_100.aussen{
	margin: 1% 5% 0 0;
	}
.c_100.aussen {
	width: 98%;
	}
.c_50.aussen, .c_25.aussen, .c_33.aussen, .c_66.aussen, .c_75.aussen {
	width: 97%;
	}
.c_10.aussen, .c_20.aussen {
	width: 24%;
	}
.c_100.innen.aussen {
	width: 97%;	
	}
.c_50.innen.aussen, .c_25.innen.aussen, .c_33.innen.aussen, .c_66.innen.aussen, .c_75.innen.aussen {
	width: 47%;
	}
.c_25.aussen.rechts, .c_33.aussen.rechts, .c_66.aussen.rechts, .c_75.aussen.rechts ,.c_10.aussen.rechts, .c_20.aussen.rechts {
	margin-right:1%!important;
	}	
.k div {
	float:left!important
	}
.k .c_50.aussen{
	width:100%
	}
.k.k2 .displaytext {
	padding:0;
	}
.k2_1 .c_50,.k2_2 .c_50{
	width: 100%!important;
    margin-top: 12px;
	}
.k2_5 div, .k3_1 div, .k3_2 div, .k3_3 div{
	float:none!important;
	}
.k.k2.k2_6 .displaytext {
    display: block;
    width: 100%;
}
.k3_1 .c_33{
	width: 43%!important;
	min-height: 640px;
	}
.k3_2 .c_33{
	width: 47%!important;
	min-height: 640px;
	}
.k3_5 .c_33.aussen{
	width:48%!important;
	margin:1%
	}
.k4_1 .c_25{
	width: 43%!important;
	float: left!important;
	margin: 12px 1%!important;
	}
.k4_2 .c_25{
	width: 43%!important;
	float: left!important;
	margin: 12px 3%!important;
	}
.k4_2  .c_25.aussen.rechts{
	width: 43%!important;
    margin: 12px 3%!important;
	}
.k4_1 .c_25:nth-child(2),.k4_2 .c_25:nth-child(2n){
    display: block!important;
    float: left!important; 
    width: 43%!important;
	}
.k4_1 .c_25.rechts, .k4_1 .c_25.innen.rechts{
 	display: block!important;
 	float: left!important;
 	width: 43%!important;
 	margin: 12px 1%!important;
 	}
.k4_2 .c_25.rechts,.k4_2 .c_25.innen.rechts{
 	display: block!important;
 	float: left!important;
 	width: 43%!important;
 	margin: 12px 4%!important;
 	}
 	
.k3_1 .c_33.rechts {
	width: 93%!important; 
	min-height: 640px;
	}

.c_10.innen.aussen, .c_20.innen.aussen {
	width: 47%;	
		}	
.c_100.rahmen {
	width: 97%;	
	}
.c_50.rahmen, .c_25.rahmen, .c_33.rahmen, .c_66.rahmen, .c_75.rahmen,.c_50.aussen.rechts,  {
	width: 47%;
	}
	
.c_10.rahmen, .c_20.rahmen {
	width: 47%;	
		}	
.rechts, .right{
	float:left!important
	}
.c_25.aussen.rechts, .c_33.aussen.rechts, .c_66.aussen.rechts, .c_75.aussen.rechts ,.c_10.aussen.rechts, .c_20.aussen.rechts {
	margin-right:1%!important;
   width: 98%!important;
		}
.farbblock img {
    width: 80%!important;
    margin-left: 10%;
    margin-top: 30px;
	}
.farbblock {
    margin-top: 40px;
    display: block!important;
    height: 244px;
	}
}


@media only screen and (max-width:980px) {
div#cke_onweb2 {
    max-width: 100%;
    }
table.cke_dialog.cke_browser_webkit.cke_hidpi.cke_ltr {
    width: 420px!important;
	}
.cke_dialog_contents {
    width: 420px!important;
	}
}


@media only screen and (max-width:786px) {
.karten_runde_fotos .c_33{
	padding:9%!important;
	width: 83%!important;
	margin:0!important;
	}
.baustein_5 .c_50{
	 margin:0;
	 width:100%;
	}
.baustein_5  .text{
	 margin:0;
	 float:left;
	 width:100%;
	 clear: both;
	 position: relative!important;
	 top: 0;
	 left: 0;
	 transform: translate(0, 0);
	}
}

@media only screen and (max-width:650px) {
.k2_2 div,.k2_1 div {
    width: 100%!important;
    display:block;
	}
.bgimg-3 {
	  min-height: 300px;
	  background-position:top right;
	}
.zoom img:hover, img.zoom:hover{
	 transform: scale(1.1, 1.1);
	 -moz-transform: scale(1.1, 1.1);
	 -webkit-transform: scale(1.1, 1.1);
	 -o-transform: scale(1.1, 1.1);
	 -ms-transform: scale(1.1, 1.1);
	}
.k2_2 div:nth-child(2),.k2_1 div:nth-child(1) {
     padding: 0; 
	}
}

@media only screen and (max-width:600px) {
.timeline::after {
    left: 31px;
	}
.timeline .container1,.timeline .container1 .right1 { 
    width: 82%;
    padding-left: 40px;
    padding-right: 25px;
    left:2%
	}
.container1::before {
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
	}
.timeline .container1::after{
    left: 9px;
	}
.timeline .container1::before{
    display:none
	}
.termine{
	    display: block;
	    width: 100%!important;
	    margin: 0;
	}
.termine .text{
	display:block;
	float:left!important;
	width:98%!important;
	}
.termine .date{
	margin-top:12px;
	display:block;
	float:left!important;
	width:100%!important;
	}
table.mobile, table.mobile tr, table.mobile tbody, table.mobile td {
    display: block;
    float: left;
    width:100%
	}
}



@media only screen and (max-width: 700px) {
.c_100,.c_50, .c_25, .c_33, .c_66, .c_75 {
	width: 100%;
	}
.c_20, .c_10 {
	width: 50%;
	}
.c_100.innen {
	width: 98%;
	}
.c_50.innen, .c_25.innen, .c_33.innen, .c_66.innen, .c_75.innen {
	width: 98%;
	}
.c_10.innen, .c_20.innen {
	width: 48%;
	}
.c_100.aussen {
	width: 98%;
	}
.c_50.aussen, .c_25.aussen, .c_33.aussen, .c_66.aussen, .c_75.aussen {
	width: 98%;
	}
.c_10.aussen, .c_20.aussen {
	width: 46.5%;
	}
.c_10.aussen:nth-child(2n+1), .c_20.aussen:nth-child(2n+1){margin-right:0%!important}
.c_100.innen.aussen {
	width: 98%;
	}
.c_50.innen.aussen, .c_25.innen.aussen, .c_33.innen.aussen, .c_66.innen.aussen, .c_75.innen.aussen, .k3_1 .c_33 {
	width: 98%!important;
	}
.k4 .c_50.innen.aussen, .k4 .c_25.innen.aussen, .k4 .c_33.innen.aussen,.k4 .c_66.innen.aussen,.k4 .c_75.innen.aussen {
	width: 94%!important;
	}
.c_10.innen.aussen, .c_20.innen.aussen {
	width: 47.5%;
	}	
.c_100.rahmen {
	width: 96.2%;
	}
.c_50.rahmen, .c_25.rahmen, .c_33.rahmen, .c_66.rahmen, .c_75.rahmen {
	width: 97%;
	}
.c_10.rahmen, .c_20.rahmen {
	width: 46.7%;
	}	
.k2_1 .c_50.k3_1 .c_33,.k4_1 .c_25{
	width: 97%!important;
	}
.k3_2 .c_33 {
	 width: 99%!important; 
	min-height: 640px;
	}
.k3_1 div,.k3_2 div{
    float: left;
    margin-top: 18px;
	}
.k3_1 div:nth-child(2){
	padding:0 3%;
	width:94%!important;
	}
.k.k3 div {
    width: 100%;
    float: left!important;
    display: block;
}
}

@media only screen and (max-width: 500px) {
.hoch {
    margin-top: -29px!important;
	}
table.cke_dialog.cke_browser_webkit.cke_hidpi.cke_ltr {
    width: 320px!important;
	}
.cke_dialog_contents {
    width: 320px!important;
	}
}
/* ======== Lightbox ========== */
/*!
 * Nivo Lightbox v1.3.1
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: 900px;
	margin: 0 auto;
	height: auto;
	vertical-align: middle;
}
.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}

/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	background: #666;
	background: rgba(0,0,0,0.85);
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(../move/css/loading.gif) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
	opacity: 1;
	/* background-color: rgba(0,0,0,0.5); */
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
	background-image: url(images/prev.png); 
	border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
	background-image: url(images/next.png); 
	border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: block;
	background: url(../move/css/close.png) no-repeat 5px 5px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

	.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
		background-image: url(../move/css/close@2x.png); 
		background-size: 32px 32px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-prev { 
		background-image: url(../move/css/prev@2x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-next {
		background-image: url(../move/css/next@2x.png);
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-close { 
		background-image: url(../move/css/close@2x.png); 
		background-size: 16px 16px;
	}
	}




 
