body {
	margin: 0;
	padding: 0;
	width: auto;
	 -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */

	/* [disabled]font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; */
}
div {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
 img {
         -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */

    }
/*Navigation*/
nav {
	
margin: 0;
padding: 0;
background-color: #cacad4;
z-index: 95;
top: 0; /* Position the navbar at the top of the page */
width: 100%; /* Full width */
}
#logo {
display: block;
padding: 10px 30px;
float: left;
font-size: 20px;
line-height: 60px;
}

nav:after {
content: "";
display: table;
clear: both;
}
nav ul {
float: right;
padding: 0;
margin: 0;
list-style: none;
position: relative;
z-index: 95;
}
nav ul li {
margin: 0px;
display: inline-block;
float: left;
background-color: #cacad4;
z-index: 95;
}
nav a {
display: block;
padding: 0 20px;
color: #000;
font-size: 20px;
line-height: 60px;
text-decoration: none;

}

nav ul li ul li:hover { color: #b20000; }
nav a:hover { color: #b20000; }
nav ul ul {
display: none;
position: absolute;
top: 60px;

}
nav ul li:hover > ul { display: inherit; }
nav ul ul li {
width: 170px;
float: none;
display: list-item;
position: relative;
}
nav ul ul ul li {
position: relative;
top: -60px;
left: 170px;
}
li > a:after { content: ' +'; }
.toggle, [id^=drop] {
display: none;
}
li > a:only-child:after { content: ''; }
#main { width: 100%;
}
#main img.desktop {
    display: block;
	
	}
#main img.mobile {
    display: none !important;
 }


@media all and (max-width : 768px) {
#logo {
display: block;
padding: 0;
width: 100%;
text-align: center;
float: none;
}
nav { margin: 0; }
.toggle + a,
.menu { display: none; }
.toggle {
display: block;
background-color: #cacad4;
padding: 0 0px;
color: #d90000;
font-size: 20px;
line-height: 60px;
text-decoration: none;
border: none;
padding: 0 20px;
}
.toggle:hover { background-color: #cacad4; }
[id^=drop]:checked + ul { display: block; }
nav ul li {
display: block;
width: 100%;
}
nav ul ul .toggle,
nav ul ul a { padding: 0 40px; }
nav ul ul ul a { padding: 0 80px; }
nav a:hover,
nav ul ul ul a { background-color: #cacad4; }
nav ul li ul li .toggle,
nav ul ul a { background-color: #cacad4; }
nav ul ul {
float: none;
position: static;
color: #d90000;
}
nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }
nav ul ul li {
display: block;
width: 100%;
}
nav ul ul ul li { position: static;
}

}
@media all and (max-width : 330px)

 {
	 #logo {
display: block;
padding: 0;
width: 100%;
text-align: center;
float: none;
overflow:hidden;

}

nav ul li {
display: block;
width: 94%;
}
}
/* Bild Startseite */
.responsive {
  width: 100%;
  height: auto;
}

 /*Footer Create four equal columns that floats next to each other */
.column {
	float: left;
	width: 25%;
	/* [disabled]overflow:hidden; */
 
}

/* Clear floats */
.row:after {
  content: "";
  display: table;
   clear: both;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 10, 0.2); /* this adds the "card" effect */
  padding: 16px;
  margin: 16px;
  text-align: left;
  background-color: #cacad4;
  height:100px;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
} 
a { color: #000;
font-weight:bold;
font-size:20px; }
a:visited { color: #000;
font-weight:bold; 
font-size:20px;}
a:hover { color: #b20000;
font-weight:bold;
font-size:20px; }
a:focus { 
font-weight:bold;
font-size:20px; }
a#activ { color: #b20000;
font-weight:bold;
font-size:20px; }

/* The Modal (background) */
.row:after {
  content: "";
  display: table;
  clear: both;
}


.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
  width:300px;
}


.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*Ausstellungen float*/


@media (max-width: 768px) {
  .float-right {
    float: right;
	padding:50px;
	margin:0px 50px;
	transform: skew(20deg);
	background: #C63;
	border: 10px solid #903;
	border-style: outset;
  }
   .float-right2 {
    float: right;
	padding:50px;
	margin:10px 50px;
	transform: skew(20deg);
	background: #66C;
	border: 10px solid #609;
	border-style: outset;
  }
  .float-left {
    float: left;
	padding:50px;
	margin:0px 50px;
	transform: skew(-20deg);
	background: #F93;
	border: 10px solid #903;
	border-style: outset;
  }
	.float-left1 {
    float: left;
	padding:50px;
	margin:10px 50px;
	transform: skew(-20deg);
	background: #CF6;
	border: 10px solid #160;
	border-style: outset;
  }
  .haupt {
 padding:5px;
	margin:0px;
}
}

@media (min-width: 769px) {
  .float-right {
    float: right;
	padding:50px;
	margin:10px 50px;
	transform: skew(20deg);
	background: #C63;
	border: 10px solid #903;
	border-style: outset;
	
  }
  .float-right2 {
    float: right;
	padding:50px;
	margin:10px 50px;
	transform: skew(20deg);
	background: #66C;
	border: 10px solid #609;
	border-style: outset;
  }
  .float-left {
    float: left;
	padding:50px;
	margin:10px 50px;
	transform: skew(-20deg);
	background: #F93;
	border: 10px solid #903;
	border-style: outset;
  }
	.float-left1 {
    float: left;
	padding:50px;
	margin:10px 50px;
	transform: skew(-20deg);
	background: #CF6;
	border: 10px solid #160;
	border-style: outset;
  }
  .haupt {
    padding:50px;
	margin:20px;
}
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}


.haupt {
 padding:50px;
	margin:20px;
}
.rund { border-radius: 50%;
}
/*Forms
 /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #b20000;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=reset]:hover {
  background-color: #45a049;
}
/* Style the submit button with a specific background color etc */
input[type=reset] {
  background-color: #b20000;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #cacad4;
  padding: 20px;
} 
.containerx {
  position: relative;
  text-align: center;
  color: white;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:#FFF;
  font-size:20px;
  }
  .centered a{
 
  color:#FFF;
  }
