@charset "UTF-8";

body {
	font-family: 'Oxygen', sans-serif;
	font-size: 1.8em;
	letter-spacing: -0.01em;
/*	line-height: 1.4em;
*/	text-height: auto;
	text-align: left;
	color: #57484F;
	/*background-image: url(images-mobil/mobile-headerline.png), url(images-mobil/bg.png);
	background-repeat: no-repeat, repeat-x;*/
	background-image: url(images-mobil/bg2.png);
	background-repeat: repeat;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	height:100%;
    overflow-x:hidden;
}

p {
	font-size: 1.4em;
	line-height: 1.3em;
	letter-spacing: -0.01em;

}

p a {
	/*color: #5d4894;  Orignal Farbe aber abgeändert weil sie zu dunkel ist und man den Unterscheid mit dem braun im Web nicht sieht*/
	color: #826fb7; 
	text-decoration: none;
	font-weight:800;
}


/*---------------------  navi smartphone left ----------------------*/

.navMain, #content { 
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.navMain {
	width: 550px;
	height:100%;
	position:fixed;
	left:-550px;
	
	background-image: 
	-webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.27, #383034),
	color-stop(1, #574850)
);
background-image: -o-linear-gradient(top, #383034 27%, #574850 100%);
background-image: -moz-linear-gradient(top, #383034 27%, #574850 100%);
background-image: -webkit-linear-gradient(top, #383034 27%, #574850 100%);
background-image: -ms-linear-gradient(top, #383034 27%, #574850 100%);
background-image: linear-gradient(to top, #383034 27%, #574850 100%);
}

#content {
/*	margin-left:-40px;
*/	padding-left: 0px;
	padding-top:160px;
	background-image: url(images-mobil/mobile-headerline.png);
	background-repeat: no-repeat;
	width: 100%;
}

#openBtn, 
#closeBtn {
	width:100px; 
	height:100px; 
/*	margin-left: 50px; 
*/	margin-left: 830px; 
	color:white; 
	padding:20px;
}

#openBtn {
	background: url(images-mobil/menue-close.png) no-repeat; 
	display:block;
}

#closeBtn {display:none;}


/* if nav open */

#openNav:target .navMain {left:0;}

#openNav:target #content {
	margin-left: 550px;
	position:fixed;
}

#openNav:target #openBtn {display:none;}

#openNav:target #closeBtn {
	display:block; 
	background: url(images-mobil/menue-open.png) no-repeat;
}
/*---------------------  Ende navi smartphone  ----------------------*/



/*---------------------  navi smartphone right ----------------------*/

.navMain, #content { 
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.navMain-rechts {
	width: 550px;
	height:100%;
	position:fixed;
	left:-550px;
	background:gray;
}

#content-rechts {
/*	margin-left:-40px;
*/	padding-left: 0px;
	padding-top:140px;
	background-repeat: no-repeat;
	width: 100%;
}

#openBtn-rechts, 
#closeBtn-rechts {
	width:100px; 
	height:100px; 
	margin-left: 87%; 
	color:white; 
	padding:20px;
}

#openBtn {
	background: url(images-mobil/menue-close.png) no-repeat; 
	display:block;
}

#closeBtn {display:none;}


/* if nav open */

#openNav:target .navMain {left:0;}

#openNav:target #content {
	margin-left: 550px;
	position:fixed;
}

#openNav:target #openBtn {display:none;}

#openNav:target #closeBtn {
	display:block; 
	background: url(images-mobil/menue-open.png) no-repeat;
}
/*---------------------  Ende navi smartphone  ----------------------*/



/*--------------------- Start Slider Portfolio  ----------------------*/

.swiper-container {
    width: 980px;
    height: 562px;
}      

/*.swiper-container {
    width: 600px;
    height: 300px;
}      */

/*--------------------- Ende Slider Portfolio  ----------------------*/


#wrapper-smartphone {
/*	padding: 2.5em 1em 1em 1em;
*/	
	width: 100%;

}


/*----  Header & Navi nur für Homepage ---- */


#header-homepage-smartphone {
	width: 100%;
	height: auto;

}

#slider {
	height: 800px;
}

/*#nav {
	display: none !important;
}*/

#nav-homepage-smartphone {
	margin-top: -0px !important;
	display: block;
	width: 100%;
}

#navbereich-homepage-smartphone {
	width: 100%;

}

/* Navigation */
#navlist-homepage-smartphone {
	padding-left: 0;
	margin-left: 0;
	width: 100% !important;
}
#navlist-homepage-smartphone li {
	list-style: none;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	background-image: linear-gradient(bottom, rgb(66,57,107) 1%, rgb(99,76,150) 80%);
	background-image: -o-linear-gradient(bottom, rgb(66,57,107) 1%, rgb(99,76,150) 80%);
	background-image: -moz-linear-gradient(bottom, rgb(66,57,107) 1%, rgb(99,76,150) 80%);
	background-image: -webkit-linear-gradient(bottom, rgb(66,57,107) 1%, rgb(99,76,150) 80%);
	background-image: -ms-linear-gradient(bottom, rgb(66,57,107) 1%, rgb(99,76,150) 80%);
}
#navlist-homepage-smartphone li a {
	text-align: left;
	display: block !important;
	text-decoration: none;
	color: #fff;
	padding: 1em 1.4em;
	font-size: 1.4em;
	letter-spacing: 0.05em;
}


#navlist-homepage.sie-sind-hier {
	color: #000;
}

a {
	text-decoration: none;
}


.sie-sind-hier {
	color: #000 !important;

}

/*---- Ende ----- Navi nur für Homepage ---- */




#navbereich {
	background: none !important;
	position: relative;
	margin: -0px auto;
	width: 100%;
	height: auto;
	z-index: 100;
}



video, audio, object, figure {
	display: block;
	width: 100% !important;
	height: auto;
	margin: 0px 0px;
	border: 0px;
	text-height: auto;

}

.icon {
	display: block;
	width: 100% !important;
	height: auto;
	margin: 0px 0px;
	border: 0px;
	text-height: auto;
}

.half-size {
	display: block;
	width: 100% !important;
	height: auto;
	margin: 0px 0%;
	border: 0px;
	text-height: auto;
}

 
 
 
.col1 {
	width: 20%;
	margin-left: 9%;
	margin-top: 6%;
	float: left;	
	margin-bottom: 3%;

}

.col2 {
	width: 20%;
	margin-top: 6%;
	float: left;
	margin-left: 11%;
	margin-bottom: 3%;

}

.col1-icon {
	width: 23%;
	margin-left: 8%;
	float: left;	
	margin-bottom: 7%;

}

.col2-icon {
	width: 23%;
	float: left;
	margin-left: 8%;
	margin-bottom: 7%;

}

.col-kontakt-left {
	width: 35%;
	float: left;
	margin-top: 5%;
	margin-left: 8%;
	margin-bottom: 6%;

}

.col-kontakt-right {
	width: 45%;
	margin-top: 1%;
	float: right;
	margin-left: 2%;
	margin-bottom: 3%;
}

.col3 {
	width: 90%;
	margin-top: 2em;
	float: left;
	margin-bottom: 2em;
	padding: 1.5em;

}

.col-portfolio {
	width: 90%;
	margin-top: 0em;
	float: left;
	padding: 1.5em 1.5em 0 1.5em ;

}

.col-ueber-mich {
	width: 46%;
	margin: 2%;
	float: left;
	
}

.col4 {
	width: 90%;
	margin-top: 0em;
	float: left;
	padding: 0em 1.5em 4em 1.5em;

}

.col4-kontakt {
	width: 90%;
	margin-top: 0em;
	float: left;
	margin-left: 8%;


}




.über-mich {
	margin-top: -2.3em;
	float: left;
	padding-left: 0.8em;
	padding-bottom: 1.2em;
}


h1 {
	font-size: 2em;
	color: #49386e;
	line-height: 1.1em;
	margin-bottom: 0.2em;
/*	line-height: 2em;
*/
}

h2 {
	font-size: 1.6em;
	color: #49386e;
	line-height: 1.6em;
}



---------------- start red more toogle -----------------------

.readmore_toggle {
	min-height: 80px;
	float: left;
}

.text-content {
	line-height: 1.6em
}

 
.short-text {
    overflow: hidden;
    height: 6.5em;
}
 
.full-text{
    height: auto;
}

.show-more {
	display: block;
	cursor: pointer;
	font-size: 1.4em;
/*	width: 100% !important;
*/	height: auto;
	margin-top: 20px;
	border: 0px;
	text-height: auto;

}


.show-more a {
	display: block;
	background-image: url(images-mobil/read-more.png);
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	color: #6e5a96;
/*	width: 100% !important;
*/	height: 80px;
	margin: 0px;
	border: 0px;
	text-height: auto;
	padding-left: 110px;
	padding-top: 16px;

}

.show-more a:hover {
	display: block;
/*	width: 100% !important;
*/	background-image: url(images-mobil/read-less.png);
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	border: none;
	height: 90px;
	margin: 0px 0px;
	border: 0px;
	text-height: auto;
	padding-left: 112px;
	padding-top: 16px;

}


---------------- ende red more toogle -----------------------


.textcolor-violette {
	color: #6e5a96;
}



.violette-gardient {
	background: rgba(66,57,107);
	background-image: linear-gradient(bottom, rgb(66,57,107) 1%, rgb(99,76,150) 80%);
	background-image: -o-linear-gradient(bottom, rgb(66,57,107) 1%, rgb(99,76,150) 80%);
	background-image: -moz-linear-gradient(bottom, rgb(66,57,107) 1%, rgb(99,76,150) 80%);
	background-image: -webkit-linear-gradient(bottom, rgb(66,57,107) 1%, rgb(99,76,150) 80%);
	background-image: -ms-linear-gradient(bottom, rgb(66,57,107) 1%, rgb(99,76,150) 80%);
}

a.totop {
	width: auto !important;
	position: fixed;
	padding: 0.3em;
	right:20px; bottom:25px;
	text-align: center;
	background: rgba(66,57,107);
	background-image: linear-gradient(bottom, rgb(66,57,107) 1%, rgb(99,76,150) 80%);
	background-image: -o-linear-gradient(bottom, rgb(66,57,107) 1%, rgb(99,76,150) 80%);
	background-image: -moz-linear-gradient(bottom, rgb(66,57,107) 1%, rgb(99,76,150) 80%);
	background-image: -webkit-linear-gradient(bottom, rgb(66,57,107) 1%, rgb(99,76,150) 80%);
	background-image: -ms-linear-gradient(bottom, rgb(66,57,107) 1%, rgb(99,76,150) 80%);
}

.clear {
	clear:both;
}

.mail {
	text-decoration: none;
	color: rgba(66,57,107);
}

.tel a{
	text-decoration: none;
	color: rgba(66,57,107); !important;
}


.mt2 {
	margin-top: 2em;
}

.mt1 {
	margin-top: 1.4em;
}

.minus-mt-einblick {
	margin-top: -0.2em;
}

.ml {
	margin-left: 1.5em;
}

.ml-einblick {
	margin-left: 0.5em;
}

.ml-einblick-1{
	margin-left: 0.8em;
}

hr {
	margin: 2em auto;
	width: 90%;
	border: #6e5a96 solid 2px;
}

.mb {
	margin-bottom: 0.7em;
}

.mb4 {
	margin-bottom: 4em;
}
.mt-portfolio {
	margin-top: -1.5em;
}

/*a {
	color: #49386e;
}*/


/*--------   Start CSS für den Cookie Hinweis Start   ---------- */
.cc_container .cc_btn {
background-color: #57484F !important; /* Farbe des Buttons */ 
color: #fff !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #5d4894 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fff !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #ffF !important; /* Textlink-Farbe "Mehr Infos" */
text-decoration: underline;
}

 /*  --------   Start CSS für den Cookie Hinweis Start   ----------  */