/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* === Farben === */

/*
Dunkel Blau: #003757a
Dunkel Rot: #570000
Gold: #9E9100
Rot: #7A0000
Grau: #494949
Grau hell: #DBDBDB
Dunkelbraun: #331F00
Mittelbraun: #573400
Hellbraun: #C77700
 */

/* === Schriftarten === */

@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans/OpenSans-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans/OpenSans-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans/OpenSans-Italic.ttf) format("truetype");
  font-style: italic;
  font-weight: normal;
}


@font-face {
  font-family: "PressStart";
  src: url(../fonts/Press_Start_2P/PressStart2P-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "PressStart";
  src: url(../fonts/Press_Start_2P/PressStart2P-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "PressStart";
  src: url(../fonts/Press_Start_2P/PressStart2P-Regular.ttf) format("truetype");
  font-style: italic;
  font-weight: normal;
}

html {
  font-family: "OpenSans", "PressStart", sans-serif;
  font-size: 12px;
}


/* === Global === */

body {
  overflow: auto;
  margin: 0;
  font-size: 12px;
  -ms-touch-action: none;
      touch-action: none;
  margin: 0;
  border: 0 none;
  padding: 0;
  background-color: #FFF;
  background-image: url("./../img/hintergrundbild.png");
  background-attachment: fixed;
  background-repeat: repeat;
  letter-spacing: 2px;
  line-height: 1.3rem;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}



:focus {
  display: none;
  outline: none;
  -webkit-box-shadow: 0 0 2px 2px#573400,0 0 10px #573400;
          box-shadow: 0 0 2px 2px#573400,0 0 10px #573400;
}


/* === Generelles === */

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.active {
  background-color: #573400 !important;
}

.btn-typ-1 {
  border: 2px solid #FFF;
  background-color: transparent;
  color: #FFF;
  padding: 1rem;
}

.btn-typ-1:hover {
  color: #C77700;
  font-weight: bold;
  border: 2px solid #C77700;
}

/* === Header-Banner === */

#header-banner {
  width: 100%;
  height: 0;
  padding-top: 10.42%;
  background: url("./../img/banner5.png") no-repeat center center;
  background-size: cover;
}

/* === Navigationsleiste === */

#header-nav {
  width: 100%;
  height: 50px;
  background-color: #331F00;
  position: relative;
  font-weight: bold;
}

#header-nav a > img {
  height: 16px;
  width: auto;
  float: left;
  margin-top: 1rem;
}

#header-nav ul {
  margin: 0;
  padding: 0;
  float: right;
  height: 100%;
}

#header-nav ul > li {
  display: inline-block;
  height: 100%;
  padding: 0 .4rem 0 .4rem;
}

#header-nav ul > li > a {
  margin-top: 1.6rem;
  display: inline-block;
  text-shadow: 0 0 20px #b4ab9e;
}

#header-nav ul > li > a:link {
  color: #FFF;
  text-decoration: none;
}

#header-nav ul > li > a:hover {
  color: #E5E5E5;
  text-decoration: none;
}

#header-nav ul > li > a:active {
  color: #E5E5E5;
  text-decoration: none;
}

#header-nav ul > li > a:visited {
  color: #FFF;
  text-decoration: none;
}

#header-nav .col-6 {
  padding-top: 0;
  padding-bottom: 0;
}

#header-nav .container,
#header-nav .row,
#header-nav .col-6 {
  height: 100%;
}

.logo-link {
  display: inline-block;
}

/* === Navigationsleiste (Mobil) === */

#mobile-nav-button {
  color: #FFF;
  float: right;
  font-size: 2rem;
  border: 2px solid #FFF;
  width: 37px;
  height: 37px;
  position: relative;
  margin-top: .4rem;
  margin-bottom: 8px;
}

#mobile-nav-button > span {
  position: absolute;
  padding-top: 6px;
  left: 9px;
}

#mobile-nav-content > ul > li {
  display: block;
  background-color: #331F00;
  height: 80px;
  padding: 0 1.2rem;
  text-align: center;
  font-size: 0.8rem;
}

#mobile-nav-dropdown {
  position: relative;
  display: inline-block;
  float: right;
  padding-right: 15px;
}

#mobile-nav-content {
  position: absolute;
  right: 0;
  top: 50px;
  display: none;
}

#mobile-nav-dropdown:hover > #mobile-nav-content {
  display: block;
}

#mobile-nav {
  display: none;
}

@media (max-width: 685px) {
#desktop-nav {
  display: none;
  }
#mobile-nav {
  display: block;
  }
}

/* === Header-Banner-unten === */

#header-banner-unten {
  width: 100%;
  height: 0;
  padding-top: 0.78%;
  background: url("./../img/banner_unten.png") no-repeat center center;
  background-size: cover;
  -webkit-box-shadow: 0 0 0 3px #2f2d35;
          box-shadow: 0 0 0 3px #2f2d35;
}

/* === Grid-System === */

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*='col-'] {
  float: left;
  min-height: 1px;
  padding: 0px;
}

.col-1 { width: 16.666%; }
.col-2 { width: 33.333%; }
.col-3 { width: 50%;     }
.col-6 { width: 100%;    }

@media (max-width: 1440px) {
  .col-1 { width: 33.333%; }
  .col-2 { width: 100%;
  }
}


@media (max-width: 1024px) {
  .ladezeit {font-size: 0.7rem;
            padding: 5px; }
}

@media (max-width: 768px) {
  .col-1 { width: 50%;  }
  .col-3 { width: 100%; }
}

@media (max-width: 480px) {
  .col-1 { width: 100%;  }
  .col-2 { width: 100%; }
  .col-3 { width: 100%; }
  #header-nav img {display: none;}
}

/* === Burgmodell === */

#canvas {
  display: block;
  margin: 0;
  color: white;
  display: inline-block;
  margin-top: 30px;
}

#canvas:focus {
  outline: none;
}

.godot {
  font-family: 'Noto Sans', 'Droid Sans', Arial, sans-serif;
  color: #e0e0e0;
  background-color: #3b3943;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#403e48), to(#35333c));
  background-image: -o-linear-gradient(top, #403e48, #35333c);
  background-image: linear-gradient(to bottom, #403e48, #35333c);
  border: 1px solid #45434e;
  -webkit-box-shadow: 0 0 1px 1px #2f2d35;
          box-shadow: 0 0 1px 1px #2f2d35;
}

/* === Status Display === */

#status {
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			/* don't consume click events - make children visible explicitly */
			visibility: hidden;
		}

		#status-progress {
			width: 366px;
			height: 7px;
			background-color: #C77700;
			border: 1px solid #444246;
			padding: 1px;
			-webkit-box-shadow: 0 0 2px 1px #1B1C22;
			        box-shadow: 0 0 2px 1px #1B1C22;
			border-radius: 2px;
			visibility: visible;
		}

		@media only screen and (orientation:portrait) {
			#status-progress {
				width: 61.8%;
			}
		}

		#status-progress-inner {
			height: 100%;
			width: 0;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
			-webkit-transition: width 0.5s linear;
			-o-transition: width 0.5s linear;
			transition: width 0.5s linear;
			background-color: #C77700;
			border: 1px solid #300000;
			-webkit-box-shadow: 0 0 1px 1px #000;
			        box-shadow: 0 0 1px 1px #000;
			border-radius: 3px;
		}

		#status-indeterminate {
			visibility: visible;
			position: relative;
		}

		#status-indeterminate > div {
			width: 4.5px;
			height: 0;
			border-style: solid;
			border-width: 9px 3px 0 3px;
			border-color: #2b2b2b transparent transparent transparent;
			-webkit-transform-origin: center 21px;
			    -ms-transform-origin: center 21px;
			        transform-origin: center 21px;
			position: absolute;
		}

		#status-indeterminate > div:nth-child(1) { -webkit-transform: rotate( 22.5deg); -ms-transform: rotate( 22.5deg); transform: rotate( 22.5deg); }
		#status-indeterminate > div:nth-child(2) { -webkit-transform: rotate( 67.5deg); -ms-transform: rotate( 67.5deg); transform: rotate( 67.5deg); }
		#status-indeterminate > div:nth-child(3) { -webkit-transform: rotate(112.5deg); -ms-transform: rotate(112.5deg); transform: rotate(112.5deg); }
		#status-indeterminate > div:nth-child(4) { -webkit-transform: rotate(157.5deg); -ms-transform: rotate(157.5deg); transform: rotate(157.5deg); }
		#status-indeterminate > div:nth-child(5) { -webkit-transform: rotate(202.5deg); -ms-transform: rotate(202.5deg); transform: rotate(202.5deg); }
		#status-indeterminate > div:nth-child(6) { -webkit-transform: rotate(247.5deg); -ms-transform: rotate(247.5deg); transform: rotate(247.5deg); }
		#status-indeterminate > div:nth-child(7) { -webkit-transform: rotate(292.5deg); -ms-transform: rotate(292.5deg); transform: rotate(292.5deg); }
		#status-indeterminate > div:nth-child(8) { -webkit-transform: rotate(337.5deg); -ms-transform: rotate(337.5deg); transform: rotate(337.5deg); }

		#status-notice {
			margin: 0 100px;
			line-height: 1.3;
			visibility: visible;
			padding: 4px 6px;
			visibility: visible;
		}


/* === Antiphilos-Bereich ===*/

#antiphilos-bereich {
  overflow: auto;
  margin-top: 30px;
  padding-top: 30px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #331F00;
  border-radius: 20px 20px 20px 20px / 20px 20px 20px 20px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

#antiphilos-bereich a:link {
  color: #000;
}

#antiphilos-bereich a:visited {
  color: #000;
}

#antiphilos-bereich a:active {
  color: #000;
}

#antiphilos-bereich a:hover {
  color: #573400;
}



#antiphilos-bereich h1 {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgb(95, 95, 95);
}

#burg-icon {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  background: #331F00 url("./../img/200_200_Burg5.png") no-repeat center center;
}

#antiphilos-text {
  overflow: auto;
  width: 80%;
  padding: 2.5rem;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  line-height: 1.5rem;
}


#antiphilos-container > p {
  margin-top: 30px;
  width: 100%;
  font-size: 1rem;
  padding-left: 10px;
}



#antiphilos-bereich:hover {
  border: 2px solid #573400;
  cursor: pointer;
}

#antiphilos-bereich:hover #burg-icon {
  background: #573400 url("./../img/200_200_Burg.png") no-repeat center center;
}

#antiphilos-bereich:active #burg-icon {
  background: #573400 url("./../img/drehendeburg3.gif") no-repeat center center;
}


@media (max-width: 1440px) {

#antiphilos-bereich {
  width: 80%;
}

}

@media (max-width: 500px) {

#antiphilos-bereich {
  width: 100%;
}

}


/* === News-Div === */

#neuigkeiten-bereich {
  overflow: auto;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #331F00;
  border-radius: 20px 20px 20px 20px / 20px 20px 20px 20px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  font-size: 1rem;
}


.News-Header {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}


.News-Header > h1 {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgb(95, 95, 95);
}

#neuigkeiten-bereich:hover {
  border: 2px solid #573400;
}


#neuigkeiten-bereich:hover #fragezeichen-icon {
  background: #573400 url("./../img/fragezeichen.gif") no-repeat center center;
}

#neuigkeiten-bereich:active #fragezeichen-icon {
  background: #573400 url("./../img/ausrufezeichen.gif") no-repeat center center;
}


#fragezeichen-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  background: #331F00 url("./../img/fragezeichen.gif") no-repeat center center;
}



.News {
  margin-top: 30px;
  width: 80%;
  padding: 2.5rem;
  overflow: auto;
  background-color: #FFF;
  border: 2px solid #331F00;
  border-radius: 20px 20px 20px 20px / 20px 20px 20px 20px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  margin-left: auto;
  margin-right: auto;
}

.news-datum {
  border: 1px solid #331F00;
  background-color: #331F00;
  border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
  padding: 3px;
}

.news-datum > h2 {
  font-size: 1rem;
  text-align: left;
  text-decoration: underline;
  color: #FFF;
  margin: 0;
  margin-left: 10px;
}

.News p {
  text-align: justify;
}

.News img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.neuigkeiten:nth-of-type(odd) .News {
  background-color: #DBDBDB;
}

.News:hover {
  border: 2px solid #573400;
}

.News:hover .rot-news {
  border: 1px solid #573400;
  background-color: #573400;
}

.News:hover #avatar-icon {
  background: #573400 url("./../img/Mann1_Sonnenbrille.png") no-repeat center center;
}

.News:active #avatar-icon {
  background: #573400 url("./../img/sonnenbrillen-effekt.gif") no-repeat center center;
}


#avatar-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background: #331F00 url("./../img/Mann1.png") no-repeat center center;
}



@media (max-width: 1440px) {

  #neuigkeiten-bereich {
    width: 80%;
  }

  .News-Header {
    width: 80%;
  }

  .News {
    width: 80%;
  }

}


@media (max-width: 500px) {

  #neuigkeiten-bereich {
    width: 100%;
  }

  .News-Header {
    width: 80%;
  }

  .News {
    width: 80%;
  }

}


/* === Modelluebersicht-Div === */

#Modelluebersicht-area {
    overflow: auto;
    margin-top: 30px;
    padding-top: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #331F00;
    border-radius: 20px 20px 20px 20px / 20px 20px 20px 20px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    font-size: 1rem;
}


.Modell-Header {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgb(95, 95, 95);
}


.Modell-Header h1 {
  font-size: 30px;
}

.dreid-icon {
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: 1px solid #FFF;
  background: url("./../img/3D.gif") no-repeat center center;
}

.dreid-icon:hover {
  border: 1px solid #573400;
}




.zweid-icon {
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: 1px solid #FFF;
  background: url("./../img/2D.gif") no-repeat center center;
}


.zweid-icon:hover {
  border: 1px solid #331F00;
}



.Modelluebersicht {
  background-color: #331F00;
  color: #FFF;
  padding: 1rem 3rem 2.5rem;
  display: block;
  text-align: center;
  overflow: auto;
  width: 60%;
  margin-bottom: 80px;
  border: 2px solid #331F00;
  border-radius: 20px 20px 20px 20px / 20px 20px 20px 20px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.Modelluebersicht h4 {
  margin-top: 0;
}

.Modelluebersicht > ul > li {
  text-align: left;
}

#Modelluebersicht-area .row .col-3:nth-of-type(even) > .Modelluebersicht {
  margin-right: auto;
  margin-left: 1rem;
  background-color: #573400;
  border: 2px solid #573400;
}

#Modelluebersicht-area .row .col-3:nth-of-type(odd) > .Modelluebersicht {
  margin-left: auto;
  margin-right: 1rem;
}

.javatestdisplay {
  display: none;
}

.javaTester {
  background-color: red;
}

.fensterTester {
  display: none;
}

.fensterTester2 {
  display: none;
}

.modell-ansehen-btn {
    text-decoration: none;
    height: 40px;
    display: inline-block;
    padding-top: .8rem;
    min-width: 100px;
    margin-top: 1rem;
}

.modell-ansehen-btn:link {
  color: #FFF;
}

.modell-ansehen-btn:visited{
  color: #FFF;
}

.modell-ansehen-btn:active {
  color: #FFF;
}

.modell-ansehen-btn:hover {
  color: #C77700;
  font-weight: bold;
  border: 2px solid #C77700;
}

.Modelluebersicht-footer {
  background-color: #331F00;
}

#umkipp-icon {
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  background: url("./../img/Mann1.png") no-repeat center center;
}

#umkipp-icon:hover {
  background: url("./../img/Mann1_Sonnenbrille.png") no-repeat center center;
}

#umkipp-icon:active {
  background: url("./../img/umkipp3.gif") no-repeat center center;
}

.desktop {
  display: block;
}


@media (max-width: 1366px) {

#Modelluebersicht-area {
  width: 100%;
}

  .Modelluebersicht {
    width: 80%;
  }

}

@media (max-width: 1024px) {

  .Modelluebersicht {
    width: 100%;
    margin-bottom: 1rem;
  }

  #Modelluebersicht-area .row .col-3:nth-of-type(even) > .Modelluebersicht {
    margin-left: .5rem;
  }

  #Modelluebersicht-area .row .col-3:nth-of-type(odd) > .Modelluebersicht{
    margin-right: .5rem;
  }

}

@media (max-width: 959px) {

  .fensterTester2 {
    display: inline-block;
  }

}



@media (max-width: 799px) {

  .fensterTester {
    display: inline-block;
  }

  .Modell-Header h1 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {

  #Modelluebersicht-area .row .col-3:nth-of-type(even) > .Modelluebersicht {
    margin-left: 0;
  }

  #Modelluebersicht-area .row .col-3:nth-of-type(odd) > .Modelluebersicht {
    margin-right: 0;
  }

}

@media (max-height: 600px) {

  .fensterTester {
    display: inline-block;
  }


}

@media (max-height: 540px) {

  .fensterTester2 {
    display: inline-block;
  }


}

/* === Burgmodell-Div === */

#modell-area {
  overflow: auto;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #003757;
  border-radius: 20px 20px 20px 20px / 20px 20px 20px 20px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  font-size: 1rem;
}

.burgmodell-header {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  text-align: center;
  text-shadow: 2px 2px 2px rgb(95, 95, 95);
}


.burgmodell {
  overflow: auto;
  text-align: center;
}

@media (max-width: 1100px) {
  #modell-area {width: 100%; }
}

@media (max-width: 800px) {
.burgmodell {padding-left: 20px;
            overflow: scroll;}
}
/*  === Anleitung */

.handbuch {
  margin-top: 60px;
}

.anleitung {
  overflow: auto;
}

.beschreibung-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.anleitung h3 {
  text-align: center;
}

.anleitung span {
  padding-left: 20px;
}

/*  === 2D-Modelle ===*/

#zweid-area {
    overflow: auto;
    margin-top: 30px;
    padding-top: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #331F00;
    border-radius: 20px 20px 20px 20px / 20px 20px 20px 20px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    font-size: 1rem;
}


.zweid-Modell-Header {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgb(95, 95, 95);
}

.zweid-alles {
  background-color: #FFF;
  color: #331F00;
  padding: 1rem 3rem 2.5rem;
  display: block;
  text-align: center;
  overflow: auto;
  width: 100%;
  margin-bottom: 200px;
}

.zweid-Modelluebersicht {
  margin-left: auto;
  margin-right: auto;
}


.zweid-Bilder {
  padding-top: 80px;
  display: inline-block;
}

.zweid-btn-container {
  width: 100%;
  display: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.zweid-btn{
  position: absolute;
  background-color: #331F00;
  text-decoration: none;
  height: 40px;
  padding-top: .5rem;
  width: 120px;
  min-width: 100px;
  font-size: 0.75rem;
}

#zweid-Infos-btn {
  left: 0;
}

#zweid-Kernburg-btn {
  left: 120px;
}

#zweid-Bergfried-btn {
  left: 240px;
}

#zweid-Palas-btn {
  left: 360px;
}

#zweid-Kemenate-btn {
  left: 480px;
}

#zweid-Kapelle-btn {
  left: 600px;
}

#zweid-Vorburg-btn {
  left: 720px;
}

#zweid-WG-btn {
  left: 840px;
  padding: 0;
  font-size: 0.6rem;
  padding-top: .1rem;
}

#zweid-Quellen-btn {
  left: 960px;
}

.zweid-btn:link {
  color: #FFF;
}

.zweid-btn:visited{
  color: #FFF;
}

.zweid-btn:active {
  color: #FFF;
}

.zweid-btn:hover {
  color: #C77700;
  font-weight: bold;
  border: 2px solid #C77700;
}

.alle_Infos li {
  text-align: left;
}

.zweid-Modelluebersicht-footer {
  background-color: #331F00;
}

@media (max-width: 1440px) {


  #zweid-Kapelle-btn {
    left: 0;
    top: 45px;
  }

  #zweid-Vorburg-btn {
    left: 120px;
    top: 45px;
  }

  #zweid-WG-btn {
    left: 240px;
    top: 45px;

  }

  #zweid-Quellen-btn {
    left: 360px;
    top: 45px;
  }

}

@media (max-width: 1366px) {

#zweid-area {
  width: 100%;
}

  .zweid-alles {
    width: 80%;
  }

}

@media (max-width: 1024px) {

  #zweid-area {
    width: 100%;
    padding-top: 200px;
  }

  .zweid-alles {
    width: 100%;
    margin-bottom: 1rem;
  }

}

@media (max-width: 690px) {



  .zweid-Bilder {
    padding-top: 120px;
  }

  #zweid-Kemenate-btn {
    left: 0;
    top: 45px;
  }

  #zweid-Palas-btn {
    left: 120px;
    top: 45px;
  }

  #zweid-Kapelle-btn {
    left: 240px;
    top: 45px;
  }

  #zweid-Vorburg-btn {
    left: 0;
    top: 90px;
  }

  #zweid-WG-btn {
    left: 120px;
    top: 90px;

  }

  #zweid-Quellen-btn {
    left: 240px;
    top: 90px;
  }

}

@media (max-width: 550px) {

  .zweid-alles {
    padding: 0;
  }
  .zweid-alles img {
    width: 100%;
    height: auto;
  }

}


/*  === Systemanforderungen === */

.system h3 {
  text-align: center;
}

.system {
  display: inline-block;
  text-align: left;
  overflow: auto;
}

/* === Footer ==== */

#footer {
  bottom: 0;
  background-color: #331F00;
  color: #FFF;
  height: 2.8rem;
  padding-top: 0.7rem;
  margin-top: 250px;
  width: 100%;
}




#footer .col-6 {
  padding-left: 50px;
  padding-right: 50px;
}

#footer .col-6 > span > a:link {
  color: #FFF;
}

#footer .col-6 > span > a:visited {
  color: #FFF;
}

#footer .col-6 > span > a:active {
  color: #FFF;
}

#footer .col-6 > span > a:hover {
  color: #573400;
}


#footer-nav {
  display: inline-block;
  float: right;
}

#footer-nav a {
  text-decoration: none;
}


#footer-nav a:link {
  color: #FFF;
}

#footer-nav a:visited {
  color: #FFF;
}

#footer-nav a:active {
  color: #FFF;
}

#footer-nav a:hover {
  color: #573400;
}

@media (max-width: 600px) {
  #footer span {
    display: none;
  }
}


/* === Impressum === */

#impressum-area {
    overflow: auto;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    border: 2px solid #003757;
    border-radius: 20px 20px 20px 20px / 20px 20px 20px 20px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    font-size: 1rem;
}

.impressum {
  overflow: auto;
  text-align: center;
}

@media (max-width: 1440px) {

#impressum-area {
  width: 80%;
}

}

@media (max-width: 500px) {

#impressum-area {
  width: 100%;
}

}

/* Cookie-Warnung */


#datenschutz-link {
  color:#FFF;
  text-decoration: none;
}

#datenschutz-link:hover {
  text-decoration:underline;
}

#cookiewarnung {
    padding-top: 10px;
    padding-right: 30px;
    height: 60px;
    color: #FFF;
    outline: 1px solid #FFF;
    text-align:right;
    border-top:1px solid #fff;
    background: #000;
    position:fixed;
    bottom:0px;
    width:100%;
    font-size:12px;
    line-height:16px;
    padding-bottom: 15px;
 }

 #cookie-btn {
   right: 0;
   border: 2px solid #FFF;
   background-color: #FFF;
   padding: .2rem .4rem;
   color: #000;
   text-decoration: none;
 }


 #cookie-btn:hover {
   color: #C77700;
   border: 2px solid #C77700;
 }

 @media (max-width: 1350px) {

   #cookiewarnung {
       height: 80px;
       line-height: 200%;
    }

 }


 @media (max-width: 700px) {

   #cookiewarnung {
       height: 120px;
    }

 }

 @media (max-width: 500px) {

   #cookiewarnung {
       height: 160px;
    }

 }

 @media (max-width: 420px) {

   #cookiewarnung {
       height: 200px;
    }

 }

 @media (max-width: 260px) {

  #cookiewarnung {
      height: 300px;
   }

}


 /* Ladewarnung-Warnung */

 #ladewarnung {
  padding: 10px;
  height: 250px;
  color: #FFF;
  outline: 1px solid #331F00;
  text-align: left;
  border-top: 1px solid #000;
  background: #331F00;
  position: fixed;
  bottom: 400px;
  width: 240px;
  font-size: 12px;
  line-height: 16px;
}

#ladewarnung-div {
  margin-top: 30px;
}

#ladewarnung-btn {
  right: 0;
  border: 2px solid #FFF;
  background-color: #FFF;
  padding: .2rem .4rem;
  color: #000;
  text-decoration: none;
}