@import url("../webfonts/Open_Sans/stylesheet.css");
@import url("../webfonts/Open_Sans/stylesheet.css");

/* GRID BASED ([{"media":"default","options":{"gutter":"0.25","columns":4,"width":"100%"}},{"media":"only screen and (min-width : 641px)","options":{"gutter":"0.25","columns":8,"width":"90%"}},{"media":"only screen and (min-width : 1024px)","options":{"gutter":"0.25","columns":12,"width":"80%","maxWidth":"1232px"}}]) */
body {
	font-family: "Open Sans";
	text-align: left;
	line-height: 157%;
	color: #666666;
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: 300;
}
body img {
	max-width: 100%;
	height: auto;
}
body h1 {
	font-size: 38px;
	font-weight: 300;
	color: #424240;
	line-height: 120%;
}
body h2 {
	font-size: 38px;
	font-weight: 300;
	color: #424240;
	line-height: 120%;
	margin: 0px;
}
body h3 {
	font-size: 38px;
	font-weight: 300;
	color: #424240;
	line-height: 120%;
	margin: 0px;
}
body h4 {
	font-size: 38px;
	font-weight: 300;
	color: #424240;
	line-height: 120%;
	margin: 0px;
}

body p {
	font-size: 18px;
	color: #000000;
	line-height: 157%;
	font-weight: 300;
}
body li {
	font-size: 18px;
	color: #000000;
	line-height: 157%;
	font-weight: 300;
}

body a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
	line-height: 157%;
}
body a:active, body a:hover {
	color: #333333;
}
body a:visited {
	color: #333333;
}



  * {
    box-sizing: border-box;
  }

 

  .form-card {
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 500px;
	margin: auto;
	background-color: rgba(187,187,185,0.3);
  }

  input, textarea {
	width: 100%;
	padding: 12px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 1rem;
	font-family: "Open Sans";
	font-weight: 300;
  }

  button {
	width: 100%;
	padding: 12px;
	background-color: #99CAD2;
	color: white;
	border: none;
	border-radius: 6px;
	font-size: 1rem;
	cursor: pointer;
  }

  button:hover {
	background-color: #75B6C1;
  }

  .meldung {
    display: none;
    padding: 15px;
    margin-top: 20px;
    border-radius: 6px;
    font-size: 1rem;
    text-align: center;
  }

  .erfolg {
    background-color: #e0f9e4;
    color: #2e7d32;
    border: 1px solid #c3e6cb;
  }

  .fehler {
    background-color: #fdecea;
    color: #b71c1c;
    border: 1px solid #f5c6cb;
  }

  .honeypot {
    display: none;
  }

  @media (max-width: 600px) {
    .form-card {
      padding: 20px;
    }

    input, textarea, button {
      font-size: 1rem;
    }
  }




.inhalt {
	background-color: #FFF;
	width: 100%;
	height: 100%;
}
.inhalt_2 {
	background-color: #FFF;
	width: 98%;
	padding: 1%;
	text-align: center;
}

/** kleiner Viewport **/
.mixed>* {
	width: 96%;
	margin: 2%;
}
.row_0_0 {
	clear: both;
	width: auto;
	top: 0px;
	background-color: #FFF;
}
#farauen {
	position: relative;
}

#farauen:before {
	content: ' ';
	display: block;
	background-image: url(../images/graeser.jpg);
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -10;
	background-attachment: fixed;
}


.row_0 {
	clear: both;
	width: auto;
	position: sticky;
	top: 0px;
	background-color: #FFF;
	z-index: 10;
}

.row_1 {
	clear: both;
	width: auto;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/karin-baumann.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.row_1_1 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/burnout_mobil.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.row_1_2 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/frauengesundheit_mobil.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #FFF;
}
.row_1_3 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/schilddruesen-probleme_mobil.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #FFF;
}
.row_1_4 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/darmgesundheit_mobil_2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #FFF;
}
.row_1_5 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/schlafstoerungen_mobil.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #FFF;
}
.row_1_6 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/anti-aging_mobil_2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	background-color: #FFF;
}
.row_1_7 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/osteoporose_mobil.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #FFF;
}
.row_1_8 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/baumann-kontakt_mobil.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #FFF;
}
.row_1_9 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/therapie-karin-baumann_mobil.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #FFF;
}
.row_1_10 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/diagnostik_mobil.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #FFF;
}
.row_1_11 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/karin-baumann_7_mobil.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #FFF;
}
.row_1_12 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/karin-baumann_kontakt_mobil.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #FFF;
}



.row_2 {
	clear: both;
	min-height: 100px;
	width: auto;
	background-color: #CCE5E9;
	}
.row_2_2 {
	clear: both;
	min-height: 100px;
	width: auto;
	background-color: #99C6DB;
}
.row_2_2 img{
	display: block;

}

.row_3 {
	clear: both;
	width: auto;
	background-color: #8EA9BB;
	padding-top: 2%;
	padding-bottom: 2%;
}
.row_3_1 {
	clear: both;
	min-height: 300px;
	width: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	position: relative;
}

.row_3_1:before {
	content: ' ';
	display: block;
	background-image: url(../images/naturheilkunde.png);
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -10;
	background-attachment: fixed;
}
.row_3_2 {
	clear: both;
	min-height: 300px;
	width: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	background-size: cover;
}
.row_3_2_1 {
	clear: both;
	min-height: 300px;
	width: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	position: relative;
}

.row_3_2_1:before {
	content: ' ';
	display: block;
	background-image: url(../images/graeser.jpg);
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -10;
	background-attachment: fixed;
}

.row_3_3 {
	clear: both;
	min-height: 300px;
	width: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	position: relative;
}

.row_3_3:before {
	content: ' ';
	display: block;
	background-image: url(../images/schildr%C3%BCsen-unterfunktion.jpg);
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -10;
	background-attachment: fixed;
}
.row_3_4 {
	clear: both;
	min-height: 300px;
	width: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	position: relative;
}

.row_3_4:before {
	content: ' ';
	display: block;
	background-image: url(../images/darmgesundheit_baumann.jpg);
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -10;
	background-attachment: fixed;
}
.row_3_5 {
	clear: both;
	min-height: 300px;
	width: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	position: relative;
}

.row_3_5:before {
	content: ' ';
	display: block;
	background-image: url(../images/baldrian.jpg);
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -10;
	background-attachment: fixed;
}
.row_3_6 {
	clear: both;
	min-height: 300px;
	width: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	position: relative;
}

.row_3_6:before {
	content: ' ';
	display: block;
	background-image: url(../images/anti-aging-behandlung.jpg);
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -10;
	background-attachment: fixed;
}
.row_3_7 {
	clear: both;
	min-height: 300px;
	width: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	position: relative;
}

.row_3_7:before {
	content: ' ';
	display: block;
	background-image: url(../images/osteoporose-baumann.jpg);
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -10;
	background-attachment: fixed;
}

.row_4 {
	clear: both;
	width: auto;
	background-color: #C7A88B;
}
.row_4_1 {
	clear: both;
	min-height: 300px;
	width: auto;
	background-color: #D3CFC9;
}
.row_4_1_1 {
	clear: both;
	width: auto;
	background-color: #D3CFC9;
}


.row_4_2 {
	clear: both;
	min-height: 300px;
	width: auto;
	background-color: #CCE5E9;
	margin-top: 3%;
}
.row_4_3 {
	clear: both;
	min-height: 300px;
	width: auto;
	background-color: #F1C2A3;
}


.row_4 img{
	display: block;

}

.row_5 {
	clear: both;
	min-height: 100px;
	width: auto;
	background-color: #666664;
}
.row_6 {
	clear: both;
	min-height: 100px;
	width: auto;
	background-color: #666664;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.column_0_0 {
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
}
.column_0 {
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
}




.column_1 {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
}

.column_2 {
	min-height: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 95.0000%;
	padding-left: 2.5000%;
	padding-right: 2.5000%;
}
.column_3 {
	margin-left: auto;
	margin-right: auto;
	width: 95.0000%;
	padding-left: 2.5000%;
	padding-right: 2.5000%;
}
.column_3_1 {
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin-top: 1%;
	margin-bottom: 1%;
	background-color: rgba(255,255,255,0.85);
}

.column_4 {
	margin-left: auto;
	margin-right: auto;
	width: 95.0000%;
	padding-left: 2.5000%;
	padding-right: 2.5000%;
}
.column_4_1 {
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	width: 95.0000%;
	padding-left: 2.5000%;
	padding-right: 2.5000%;
}

.column_5 {
	min-height: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 95.0000%;
	padding-left: 2.5000%;
	padding-right: 2.5000%;
}
.column_6 {
	min-height: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 95.0000%;
	padding-left: 2.5000%;
	padding-right: 2.5000%;
}
.menu1   {
	opacity : 0;
	visibility : hidden;
	transition: opacity 1s, visibility 1s;
	background-color: #57AECC;
	float: left;
	color: #FFF;
	border: 1px solid #FFF;
	width: 90%;
	padding: 20px;
	height: 0px;
           }

    .mb1   {
	float: left;
	padding: 10px;
	border: 1px solid #6BC5BD;
	border-radius: 8px;
}
    .mb1:hover ~ .menu1 {
	opacity : 1;
	visibility: visible;
	height: auto;
}
    .menu1:hover {
	opacity : 1;
	visibility: visible;
	height: auto;
}
#colorbox {
	color: #FFFFFF;
	text-decoration: underline;
}
.accord {
	width: 100%;
}

.navi {
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	text-align: left;
	padding-top: 1%;
	padding-bottom: 0%;
	justify-content: right;
	align-items: top;
	background-color: #FFF;
}

.logo {
	padding-top: 2%;
	padding-left: 4%;
	background-attachment: scroll;
	background-image: url(../images/lago-handy_2.png);
	background-repeat: no-repeat;
	background-position: 20px 30px;
}
.navi img{
	justify-content: right;
	align-items: top;
	margin: 5px;
}
.navi_right {
	width: 100%;
}
.navi_left {
	width: 95%;
	padding-left: 5%;
}
.navi_2 {
	width: 92%;
	padding-right: 8%;
	padding-left: 0%;
	text-align: right;
	padding-top: 1%;
	padding-bottom: 0%;
	background-color: rgba(255,255,255,0.7);
}
.navi_3 {
	width: 92%;
	padding-right: 8%;
	padding-left: 0%;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	display: flex;
	justify-content: right;
	align-items: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006C53;
	background-color: #FFF;
}
.navi_3 p{
	margin: 0px;

}
.navi_3 a {
	margin: 0px;
	font-size: 14px;
	line-height: 100%;
}
.navi_3 img {
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 5px;


}


.content {
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.content_left {
	float: left;
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.content_left_3 {
	float: left;
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
}




.content_right {
	float: left;
	width: 100%;
}

.content_left p{
	color: #FFF;
	font-weight: 300;
	font-size: 24px;

}
.content_left h2 {
	color: #FFF;
	font-size: 28px;
	font-weight: 300;
}
.content_left_2 {
	float: left;
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.content_right_2 {
	float: left;
	width: 100%;
}


.content_box {
	width: 100%;
	display: flex;
  justify-content: center;
}



.mein-box {
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
}

.mein-box {
	opacity: 0;
	transition: opacity 2s ease-in-out 0s;
	-webkit-transition: opacity 2s ease-in-out 0s;
	-moz-transition: opacity 2s ease-in-out 0s;
	-ms-transition: opacity 2s ease-in-out 0s;
	-o-transition: opacity 2s ease-in-out 0s;
}

.visible-box {

}

.visible-box {
	opacity: 1;
}
@media (min-width: 420px) {
}
@media (min-width: 860px) {
}
.content_footer {
	float: left;
	width: 100%;
}
.content_footer p{
	color: #FFF;
	text-align: center;
}
.content_footer a {
	color: #FFF;
	text-align: center;
}
.content_footer a:visited {
	color: #FFF;
	text-align: center;
}


.footer_blog p {
	color: #FFF;
}
.footer_blog a {
	color: #FFF;
}


.footer_blog {
	float: left;
	width: 100%;
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 2%;
	padding-left: 0%;
}



.zeroMargin_mobile {
    margin-left: 0;
}
@media only screen and (min-width : 1100px) {
	
	
	
.row_1 {
	clear: both;
	width: auto;
	background-size: cover;
	background-image: url(../images/karin-baumann.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 10;
	background-attachment: fixed;
}
.column_0_0 {
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
}

.column_0 {
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
}

    .column_1 {
        width: 87.7500%;
        padding-left:1.1250%;
        padding-right:1.1250%;
    }

    .column_2 {
        width: 87.7500%;
        padding-left:1.1250%;
        padding-right:1.1250%;
    }
    .column_3 {
        width: 87.7500%;
        padding-left:1.1250%;
        padding-right:1.1250%;
    }
.column_3_1 {
	width: 87.7500%;
	padding-left: 1.1250%;
	padding-right: 1.1250%;
}

.column_4 {
	width: 87.7500%;
	padding-left: 1.1250%;
	padding-right: 1.1250%;
}
.column_4_1 {
	width: 87.7500%;
	padding-left: 1.1250%;
	padding-right: 1.1250%;
}

.column_5 {
	width: 87.7500%;
	padding-left: 1.1250%;
	padding-right: 1.1250%;
}
.column_6 {
	width: 87.7500%;
	padding-left: 1.1250%;
	padding-right: 1.1250%;
}
.navi {
	width: 92%;
	padding-right: 8%;
	padding-left: 0%;
	text-align: right;
	padding-top: 0%;
	padding-bottom: 0%;
	background-color: rgba(255,255,255,0.85);
}

.navi_right {
	float: right;
	width: 40%;
}
.navi_left {
	float: left;
	width: 55%;
	padding-left: 5%;
}



    .zeroMargin_tablet {
        margin-left: 0;
    }
}
@media only screen and (min-width : 1024px) {
	
	
/** großer Viewport **/
@media (min-width: 980px) {
   .mixed>* { width: 30%;}
   
}
	
	.mixed {
	display: flex;
	flex-wrap: wrap;	
}

/** kleiner Viewport **/
.mixed>* {
	width: 31.3%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 0%;
	margin-left: 1%;	
}	
	
	
	
.row_1 {
	clear: both;
	width: auto;
	background-size: contain;
	background-image: url(../images/karin-baumann.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 10;
	background-attachment: fixed;
}
.row_1_1 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/burnout.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.row_1_2 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/frauengesundheit_baumann.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.row_1_3 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/schilddruesen-probleme.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.row_1_4 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/darmgesundheit.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.row_1_5 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/schlafstoerungen.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.row_1_6 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/anti-aging.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.row_1_7 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/osteoporose.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.row_1_8 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/baumann-kontakt.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.row_1_9 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/therapie-karin-baumann.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.row_1_10 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/diagnostik.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.row_1_11 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/karin-baumann_7.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.row_1_12 {
	clear: both;
	min-height: 700px;
	width: auto;
	background-attachment: scroll;
	background-image: url(../images/karin-baumann_kontakt.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}











.column_0_0 {
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
}

.column_0 {
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
}

    .column_1 {
	width: 78.6666%;
	padding-left: 0.6667%;
	padding-right: 0.6667%;
	max-width: 1600px;
    }

    .column_2 {
        width: 78.6666%;
        padding-left:0.6667%;
        padding-right:0.6667%;
        max-width:1232px;
    }
    .column_3 {
        width: 78.6666%;
        padding-left:0.6667%;
        padding-right:0.6667%;
        max-width:1232px;
    }
.column_3_1 {
	width: 78.6666%;
	padding-left: 0.6667%;
	padding-right: 0.6667%;
	max-width: 1232px;
}

.column_4 {
	width: 78.6666%;
	padding-left: 0.6667%;
	padding-right: 0.6667%;
	max-width: 1232px;
}
.column_4_1 {
	width: 78.6666%;
	padding-left: 0.6667%;
	padding-right: 0.6667%;
	max-width: 1232px;
}

.column_5 {
	width: 78.6666%;
	padding-left: 0.6667%;
	padding-right: 0.6667%;
	max-width: 1232px;
}
.column_6 {
	width: 78.6666%;
	padding-left: 0.6667%;
	padding-right: 0.6667%;
	max-width: 1232px;
}
.navi {
	width: 92%;
	padding-right: 8%;
	padding-left: 0%;
	text-align: right;
	padding-top: 0%;
	padding-bottom: 0%;
	background-color: #FFF;
}
.navi_right {
	float: right;
	width: 80%;
}
.navi_left {
	float: left;
	width: 18%;
	padding-left: 2%;
}





.navi_2 {
	width: 92%;
	padding-right: 0%;
	padding-left: 10%;
	text-align: left;
	padding-top: 1%;
	padding-bottom: 0%;
	background-color: rgba(255,255,255,0.85);
}
.navi_3 {
	width: 92%;
	padding-right: 8%;
	padding-left: 0%;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006C53;
	background-color: #FFF;
}
.navi_3 p{
	margin: 0px;

}
.navi_3 a {
	margin: 0px;
	line-height: 100%;
}
.logo {
	padding-top: 5%;
	padding-left: 4%;
	background-attachment: scroll;
	background-image: url(../images/lago-handy.png);
	background-repeat: no-repeat;
	background-position: 50px 100px;
}
.menu1   {
	opacity : 0;
	visibility : hidden;
	background-color: #57AECC;
	float: left;
	color: #FFF;
	border: 1px solid #FFF;
	width: 80%;
	padding: 20px;
	transition: opacity 1s, visibility 1s;
	height: auto;
           }

    .mb1   {
	float: left;
	border: 1px solid #6BC5BD;
	padding: 10px;
	border-radius: 8px;
}
    .mb1:hover ~ .menu1 {
	opacity : 1;
	visibility: visible;
}
    .menu1:hover {
	opacity : 1;
	visibility: visible;
}
#colorbox {
	color: #FFFFFF;
}


.content {
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.content h1{
	margin: 0px;

}

.content_left {
	float: left;
	width: 50%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.content_left_3 {
	float: left;
	width: 48%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-right: 2%;
}




.content_right {
	float: left;
	width: 50%;
}
.content_left_2 {
	float: left;
	width: 48%;
	padding-top: 0%;
	padding-bottom: 2%;
	padding-right: 2%;
	padding-left: 0%;
}
.content_right_2 {
	float: left;
	width: 48%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 2%;
	padding-left: 2%;
}

.footer_blog {
	float: left;
	width: 33%;
	padding-top: 1%;
	padding-right: 0%;
	padding-bottom: 2%;
	padding-left: 0%;
}


.content_box {
	width: 100%;
}
.content_box_2 {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #E9E6DF;
}



.mein-box {
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-khtml-hyphens: auto;
	hyphens: auto;
}

.mein-box {
	opacity: 0;
	transition: opacity 2s ease-in-out 0s;
	-webkit-transition: opacity 2s ease-in-out 0s;
	-moz-transition: opacity 2s ease-in-out 0s;
	-ms-transition: opacity 2s ease-in-out 0s;
	-o-transition: opacity 2s ease-in-out 0s;
}

.visible-box {

}

.visible-box {
	opacity: 1;
}

    .zeroMargin_desktop {
        margin-left: 0;
    }
}
