/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */




html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


#container {
/*	border:1px solid green;*/
	width: 100%;
	max-width: 900px;
	height: auto;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	background-color: white;
	margin-bottom: 20px;
	
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	
	margin-top: 20px;
	box-shadow: 0 0 #636363;
}

#logo {
	position: relative;
	
	
	padding: 19px 16px 10px 32px;
	
}

#menu, #footer {
	position: relative;
	height: 35px;
	width: 100%;
	margin-bottom:50px;
	
}

#footer {
	margin-top:50px;
}


#menu span, #footer span {
	position: relative;
	top:7px;
	padding-right: 10px;
	padding-left:35px;
	color:white;
}

#inhalt {
	position: relative;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
/*	border:1px solid red;*/
	height: auto;
	
	padding-bottom: 40px;
	
	
	z-index:1;
	background-color: white;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	
	
	
}

#inhalt h1 {
	color: #B20060;
	font-size: 20px;
}

#inhalt h2 {
	color: grey;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
	
}

#inhalt h3 {
	color: grey;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
	padding:0px;
	margin: 0px;
	padding-bottom:4px;
	
}

#inhalt ul {
	list-style-image:url('../img/bullet.png');
	padding-left:27px;
}

.ul2 ul {
	list-style-image:url('../img/bullet2.png')
}

#impressum {
	font-size:16px;
	width: 100%;
	text-align: center;
	font-style: normal;
	color:black;
		padding-bottom: 10px;
	
}

#impressum a {
	 color:  rgba(88,88,90);
}
#menu ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 10px 4px 15px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	background-color:  #B20060;
}
#menu ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 5px 44px;
	padding-bottom:10px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
	background-color:  #B20060;
	color:white;
}
#menu ul li:hover {
/*  background: #B20060;*/
  color: #fff;
}
#menu ul li ul {
  padding: 0;
  position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
background: #B20060;
  color: #fff;
}
#menu ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
	background: #B20060;
  color: #fff;
}

/*
#menu ul li ul li:hover { background: grey ; }
#menu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
	background: #B20060;
  color: #fff;
}
*/

#menu ul li ul a {
	text-decoration: none;
}


#word-cloud {
 width: 400px;
 height: 300px;
 margin: 0 auto;
 padding: 2em 0;
 font: 100% 'Yanone Kaffeesatz', Arial, sans-serif;
 position: relative;
}

#word-cloud span {
 position: absolute;
}

#word-cloud .word-1 {
 top: 1em;
 left: 1.5em;
 font-size: 100px;
 color: #626262;
}

#word-cloud .word-2 {
 top: 0;
 left: 1em;
 font-size: 80px;
 color: #906060;
}

#word-cloud .word-3 {
 top: 1em;
 left: 1.5em;
 font-size: 60px;
 color: #c5c5c5;
}

#word-cloud .word-4 {
 top: 1em;
 left: 0;
 font-size: 40px;
 color: #511c1c;
 -moz-transform: rotate(-90deg);
 -webkit-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
}

#word-cloud .word-5 {
 top: 1.5em;
 right: -0.3em;
 color: #666;
 font-size: 70px;
 -moz-transform: rotate(-90deg);
 -webkit-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
}

#word-cloud .word-6 {
 bottom: 0;
 right: 1em;
 color: #5e0000;
 font-size: 120px;
}

#word-cloud .word-7 {
 bottom: 0.6em;
 left: 0;
 color: #6e6e6e;
 font-size: 90px;
 -moz-transform: rotate(-90deg);
 -webkit-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
}

.hintergrund-logo {
	position:absolute;
	right:3px;
	width: 320px;
	height:200px;
	background-image: url('../img/hintergrund.png');
	background-size: 137%;
}

/*
#cssmenu {
  
  font-size: 14px;
  line-height: 15px;
  text-align: left;
	margin-bottom:0px;
	position:relative;
	z-index:9999;
}

.last {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#cssmenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  
  border-bottom: 6px solid #B20060;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  
  
  
  
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens *!/
	

}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  
  
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
  color: white;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
  color: white;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 200px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #B20060;
  //border: 1px solid #ece6e8;
  //border-bottom: 3px solid #d9ced2;
  border-top: 0 none;
  
  
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  /*background-image: url('images/caret.png');*!/
  background-repeat: no-repeat;
  background-position: 90% -95%;
  
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  background: #B20060 url('images/caret.png') no-repeat;
  background-position: 90% 195%;
  color: white;
	
}



.magenta {
	
 background-color: #B20060;
 color: white;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 

 
}

.magenta a {
	
 background-color: #B20060;border-radius: 10px;
  
}



#cssmenu > ul li a {
  display: block;
  padding: 12px 27px 12px 27px;
  text-decoration: none;
  color: white;
	font-size:16px;
	font-weight: bold;
}

#cssmenu ul li ul li a {
		
	padding-left: 15px;	font-size: 14px;
	/*border: 1px solid #333;*!/
}




#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
/*  background: #B20060;*!/
  color: #bebebe;
}*/
/*

 Make sure they show even if hidden in mobile view by JS 
@media (min-width: 755px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }

	
	
}
*/



.quote {
	position: relative;
	width: 89.9%;
	height: auto;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #B20060;
	color:white;
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-left:auto;
	margin-right: auto;
	
	border-radius: 10px;
}

.quote:hover {
	
	box-shadow: 0 0 10px #787878;
}

.text {
	width: 90%;
	position: relative;
/*	border:1px solid blue;*/
	margin-left:auto;
	margin-right: auto;
	padding-top: 40px;
}

.content {display:none; padding-left:20px;padding-right:20px;padding-top: 15px;padding-bottom: 15px;
 
background-color: #e7e7e7; 


border-radius: 10px;margin:10px;margin-bottom: 30px;margin-right: 30px;margin-left: 27px;
}

.content ul {padding-left:20px;}



.text a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}


.pic-left-col {
/*	border:1px solid yellow;*/
	position:relative;
	display: inline;
	width: 50%;
	min-width: 200px;
	float: left;
	padding:20px;
	padding-top:10px;
	padding-left:0px;
}

.text-right-col {
/*	border:1px solid yellow;*/
	position:relative;
	
	
}

.stil1  {
	font-size:18px;
	font-weight:bold;
	color: black;
	padding-right:5px;
}

.stil2  {
	font-size:25px;
	font-weight:bold;
	color: #B20060;
	padding-right:10px;
}

.stil3  {
	font-size:20px;
	font-weight:bold;
	font-style: italic;
	color: rgb(113, 113, 113);
	padding-right:20px;
}

.stil4  {
	font-size:30px;
	font-weight:bold;
	font-style: normal;
	color: rgb(88,88,90);
	padding-right:20px;
}

.stil5  {
	font-size:16px;
	font-weight:bold;
	font-style: italic;
	color: #B20060;
	padding-right:20px;
}

.block-quotes {
	border:4px solid rgba(88, 88, 90, 0.24);
	border-radius: 10px;
	/*	-moz-box-shadow: inset 0 0 20px #B20060;
		   -webkit-box-shadow: inset 0 0 20px #B20060;
		   box-shadow: inset 0 0 20px #B20060;border-radius: 10px;
		   */
		   background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
		   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
		   background: -webkit-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
		   background: -o-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
		   background: -ms-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
		   background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
	text-align: justify;
	padding:20px;
}


a {
	text-decoration: none;
	color:rgb(88,88,90);
}

/*.bq3 { background-image: url(../img/business-50.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.bq2 { background-image: url(../img/entwicklung-50.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.bq1 { background-image: url(../img/strategieberatung-50.png);
	background-repeat: no-repeat;
	background-size: cover;
}*/


#top {

border-top-right-radius: 10px;
border-top-left-radius: 10px;
	/*background-image: url(../img/hintergrund.png);*/
	background-repeat: no-repeat;
	background-position: right -20px top -40px;
	background-size: 50%;
	background-color: white;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+67 
	background: #eeeeee;  Old browsers 
	 IE9 SVG, needs conditional override of 'filter' to 'none' 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-radial-gradient(center, ellipse cover,  #eeeeee 0%, #cccccc 67%);  FF3.6+ 
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#eeeeee), color-stop(67%,#cccccc));  Chrome,Safari4+ 
	background: -webkit-radial-gradient(center, ellipse cover,  #eeeeee 0%,#cccccc 67%);  Chrome10+,Safari5.1+ 
	background: -o-radial-gradient(center, ellipse cover,  #eeeeee 0%,#cccccc 67%);  Opera 12+ 
	background: -ms-radial-gradient(center, ellipse cover,  #eeeeee 0%,#cccccc 67%);  IE10+ 
	background: radial-gradient(ellipse at center,  #eeeeee 0%,#cccccc 67%);  W3C 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 );  IE6-8 fallback on horizontal gradient 
	*/	
}





.text a:hover {
	
	text-decoration: none;
		text-shadow: 1px 1px 10px #808080;
}

.box{
	border: 3px solid #B20060;
	
	border-radius: 10px;
	padding-top:20px;
	padding-bottom: 20px;
	padding-left: 40px;
	
	background: #ffffff;
	/*background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);*/
	-moz-box-shadow: inset 0 0 30px #a7a7a7;
	   -webkit-box-shadow: inset 0 0 30px #a7a7a7;
	   box-shadow: inset 0 0 30px #a7a7a7;

}

.box ul{
	line-height: 1.5em;

}

#box-spez ul {
	line-height: 2.5em;
	list-style-image: none;
	list-style-type: square;
}

.zukunft-gestalten {
	list-style-type: square;
}

.spruch {
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);  /* Newer browsers (incl IE9) */
	writing-mode: lr-tb;text-align:center;font-weight:bold;color:#B20060;relative;right:20px;padding:10px;font-size:20px;border-radius: 10px;;
		margin-top: -50px;
	
	margin-right: -30px;
	float: right;
	background-color: #B20060;
	color: white;
	
	box-shadow: inset 3px 4px 5px #fff;
	-moz-box-shadow: inset 3px 4px 5px #fff;
	
	-webkit-box-shadow: inset 5px 5px 8px #fff;
	
	box-shadow: inset 0 -7px #810045;
	
	/* IE8+ - must be on one line, unfortunately */ 
   -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9659258262890684, M12=0.25881904510252024, M21=-0.25881904510252024, M22=0.9659258262890684, SizingMethod='auto expand')";
   
   /* IE6 and 7 */ 
   filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=0.9659258262890684,
            M12=0.25881904510252024,
            M21=-0.25881904510252024,
            M22=0.9659258262890684,
            SizingMethod='auto expand');


   /*
    * To make the transform-origin be the middle of
    * the object.    Note: These numbers
    * are approximations.  For more accurate results,
    * use Internet Explorer with this tool.
    */
/*
   margin-left: -8px; 
   margin-top: -30px;
*/

	
	
	
	
}

body{
	
	
	background: url(../img/hintergrund-skyline.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	
}

.grey  {
		color: rgb(88,88,90);
}

.grey:hover  {
		color: rgb(132, 132, 132);
}

.magenta a span {
		color: white;
}

.magenta a span:hover {
	color: white !important;
}

.m2 {
	width:100%;
	/*width: 210px !important;*/
}

.m3 {
	width: 100% !important;
}

.m4 {
	width: 100% !important;
}

.m5 {
	width: 100% !important;
}




.magenta {
	
 background-color: #B20060;
 color: white;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 

 
}

.magenta a {
	
 background-color: #B20060;border-radius: 10px;
 color: white !important;
  
}

.magenta ul li a {
	 border-radius: 0px !important;
}

.letztes {
		width: 100px !important;;
	border: 10px solid green !important;
}

.fadein img {
    position:relative;
    /*left:-65px;*/
    top:0;
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 6s;
}

@-webkit-keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}

#f1 {
    background-color: lightblue;
}
#f2 {
    -webkit-animation-delay: -4s;
    background-color: yellow;
}
#f3 {
    -webkit-animation-delay: -2s;
    background-color: lightgreen;
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  z-index: 100;
  width: auto;
	font-size: 18px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
  
  
}
#cssmenu > ul {
  /*background: url('bg.png');*/
  box-shadow: inset 0 -5px 0 #B20060;
  
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
  font-size: 0;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  padding: 18px 15px 21px 15px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #606060;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #b20060;
  background: #f7f7f7;
  background: rgba(0, 0, 0, 0);
  
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 26px;
  padding-left: 26px;
}

.last-menu a {
	border-right:none !important;
	
	}


#cssmenu > ul > li.has-sub > a::after {
/*  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #606060;
  right: 17px;
  top: 22px;*/
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #b20060;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  z-index: 9999;
  padding-top: 6px;
  font-size: 15px;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #b20060;
  top: -4px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #b20060;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #b20060;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 700;
  padding: 15px 15px;
  padding-left: 10px;
  width: inherit;
  color: #ffffff;
  background: #b20060;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #dbdbdb;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
	border-bottom: 3px solid #b20060;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #ffffff;
  right: 17px;
  top: 14px;
  top: 14.5px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #ffffff;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #dbdbdb;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #dbdbdb;
  border-left-color: transparent;
}


.mobile-break {
/*	border:10px solid green;*/
/*	position: relative;*/
	display: none;
}
.mobile-show {
	display:none;
}


@media all and (max-width: 866px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 866px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 866px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 866px), only screen and (min-device-pixel-ratio: 2) and (max-width: 866px), only screen and (min-resolution: 192dpi) and (max-width: 866px), only screen and (min-resolution: 2dppx) and (max-width: 866px) {
  #cssmenu {
    background: #ffffff;
  }
  #cssmenu > ul {
    display: none;
  }
  #cssmenu > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #cssmenu.align-right > ul {
    float: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu > ul > li > a {
    padding: 18px 25px 18px 25px;
    border-right: 0;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    background: rgba(0, 0, 0, 0);
  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #606060;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*background: url('bg.png');*/
    cursor: pointer;
  }
  #cssmenu ul ul,
  #cssmenu ul li:hover > ul,
  #cssmenu > ul > li > ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul li:hover > ul,
  #cssmenu.align-right > ul > li > ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #cssmenu ul ul li {
    width: 100%;
  }
  #cssmenu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu #menu-button::after {
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #B20060;
    border-bottom: 2px solid #B20060;
    right: 25px;
    top: 18px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #606060;
    right: 25px;
    top: 28px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
	
	.magenta {
		border-top-left-radius: 0px;
 border-top-right-radius: 0px;
	}
	
	

	
	.magenta li a:hover {
		color: #dbdbdb!important;
		background-color: white;
	}
	
	
	
	.spruch {
		display:none;
/*
		position: relative;
		-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	writing-mode: lr-tb;text-align:center;font-weight:bold;color:#B20060;
		right:0px;padding:1%;font-size:20px;border-radius: 10px;
		margin-top: 0px;
		border-top-left-radius:6px;
		border-top-right-radius:6px;
		margin-bottom: 3%;
	
	margin-right: 0px;
	float: none;
	background-color: #B20060;
	color: white;
*/
	}
	
	.content {
		width: 90%;
		left:0px;
	}
	.box {
		padding-left:10px;
	}
	
	#pfeil-philosophie {
		display: none;
		
	}
	
	

.magenta {
	
 background-color: white;
 color: white;
 border-top-left-radius: 0px;
 border-top-right-radius: 0px;
 

 
}

.magenta a {
	
 background-color: white;border-radius: 0px;
 color: black !important;
  
}
	
	.magenta li a {
		color: white!important;
	}
	
	.magenta a span:hover {
	color: white !important;
}
	
	#container {
		
		width: 97%;
	}
	
	#logo {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		padding:3%;
		width: 80%;
		
	}
	
	body {
		text-align: center;
	}
	
	.text {
		text-align: left;
		width: 90%;
	}
	
	#cssmenu {
		text-align: center;
	}
	
	.pic-left-col {
/*	border:1px solid yellow;*/
	position:relative;
	width: 100%;
	max-width: 410px;
		float: none;
	
}
	
	.mobile-break {
		display: block;
		padding:0px;
		margin: 0px;
		border:0px;
/*		border:1px solid green;*/
		height:5px;
	}
	
	.content {
		width: 97%;
		margin:3%;
		padding:3%;
	}
	
	.eisberg {
		width: 100%;
		padding-bottom:4%;
	}
	
	.mobile-hide {
		display: none;
	}
	
	.mobile-show {
		display: block;
	}
	
	.box {
		width: 100%;
		padding:3%;
		margin:3%;
		padding-left:0px;
		margin-left:0px;
		
	}
	
	#box-spez ul {
	line-height: 1.5em;
	list-style-image: none;
	list-style-type: square;
}
	
	
}



.cc_container .cc_btn {
background-color: #B20060 !important; /* Farbe des Buttons */
color: white !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: gray !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #B20060 !important; /* Textlink-Farbe "Mehr Infos" */
}