/* FRONTEND CSS
*********************************************/
html {
  /* scrollbar fix (prevent ugly left pull for lower content sites) */
  overflow-y: scroll;
}
h1 {
  font-family: 'Artifika', Arial, serif;
  font-weight: 400;
}
body {
    font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.4rem;
    /*background: #DE4749;*/
}
.maxw {
    max-width: 400px;
}
#overthetop {
	min-height: 40px;
	background-color: #3E3E3E;
}
#socialnet a {
	color: #efefef;
}
#socialnet a:hover {
	color: #61B7F5;
}

#header {
	min-height: 80px;
	/*background-color: black;*/
}
.whitetext {
	color: aliceblue;
}

ul.maximenuck {
	/*background: #DB7374;*/
}

.item101, 
.item102,
.item103,
.item104,
.item105,
.item106,
.item107,
.item109,
.item110,
.item119 {
	color: #efefef;
	font-size: 1.3rem;
	font-weight: bold;
}

.item101 a, 
.item102 a,
.item103 a,
.item104 a,
.item105 a,
.item106 a,
.item107 a,
.item109 a,
.item110 a,
.item119 a {
	/*color: #61B7F5;*/
	/*color: #1dabe3;*/
	/*color: #FFCA31;*/
	color: #efefef;
	font-size: 1.4rem;
	margin: 5px;
	padding: 5px;
}
.current a {
	color: #1dabe3;
}
.level1 a:hover {
	color: #1dabe3;
}

.maximenumobiletogglericonck {
	color: #efefef;
}

.linkmenu li {
    color: #ffffff;
}

.linkmenu a {
    margin: 10px;
    text-decoration: none;
    color: #ffffff;
}
.stiftung .maincontent,
.kuenstler .maincontent,
.partner .maincontent {
    margin-top: 50px;
    /*border-top: 50px solid rgba(233,55,57,1.00);*/
}


.start .carousel {
	background: transparent url(../../../images/IMG_3266.jpg) no-repeat center left;
	background-size: cover;
	position: relative;
	min-height: 580px;
	border-bottom: 1px solid rgba(233,55,57,1.00);
	border-top: 1px solid rgba(233,55,57,1.00);
}
.stiftung .carousel {
	background: transparent url(../../../images/adobestock_288509314.jpeg) no-repeat top left;
	background-size: cover;
	position: relative;
	min-height: 450px;
	border-bottom: 1px solid rgba(233,55,57,1.00);
	border-top: 1px solid rgba(233,55,57,1.00);
}
.kuenstler .carousel {
	background: transparent url(../../../images/adobestock_445512984.jpeg) no-repeat top left;
	background-size: cover;
	position: relative;
	min-height: 450px;
	border-bottom: 1px solid rgba(233,55,57,1.00);
	border-top: 1px solid rgba(233,55,57,1.00);
}
.partner .carousel {
	background: transparent url(../../../images/adobestock_249446981.jpeg) no-repeat top left;
	background-size: cover;
	position: relative;
	min-height: 450px;
	border-bottom: 1px solid rgba(233,55,57,1.00);
	border-top: 1px solid rgba(233,55,57,1.00);
}
.veranstaltungen .carousel {
	background: transparent url(../../../images/adobestock_294535826.jpeg) no-repeat top left;
	background-size: cover;
	position: relative;
	min-height: 450px;
	border-bottom: 1px solid rgba(233,55,57,1.00);
	border-top: 1px solid rgba(233,55,57,1.00);
}
.archiv .carousel {
	background: transparent url(../../../images/adobestock_441119876.jpeg) no-repeat top left;
	background-size: cover;
	position: relative;
	min-height: 450px;
	border-bottom: 1px solid rgba(233,55,57,1.00);
	border-top: 1px solid rgba(233,55,57,1.00);
}

.items-leading {
	background-color: #010101;
	margin-bottom: 50px;
}
.quot {
    /*font-size: 100px;*/
    
    color: #535252;
}

.footer{
	background-color: #242424;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 60px;
}
.footer h3,
.footer p {
	color: aliceblue;
}

.copy {
	width: 100%;
	background: #000000;
	text-align: center;
	color: #cacaca;
	min-height: 50px;
	line-height: 1.5rem;
	vertical-align: center; 
	padding-top: 1%;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	body {
    	/*background-color: lightblue;*/
  	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}



/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {} 











/* MEDIA QUERIES
*********************************************/
/* Extra small devices (phones, less than 768px) */
/* No media query -> mobile first strategy */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* for higher resolutions (android and retina) */
