@charset "utf-8";
/* CSS Document */

body {
    font-family: "Segoe", "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    margin: 0;
    padding: 0;
    scroll-behavior: smooth; 
}
p {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1 rem;
	line-height: 1.6rem;
	color: #404040;
}
h1 {
    font-family: Baskerville, "Palatino Linotype", "Palatino", "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 3.2rem;
    color: #404040;
    font-weight: bold;
    text-align: center;
}
h2 {
    font-family: Baskerville, "Palatino Linotype", "Palatino", "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 2.8rem;
    color: #404040;
    line-height: 3.9rem;
    font-weight: bold;
    text-align: center;
}
h3 {
    font-family: Baskerville, "Palatino Linotype", "Palatino", "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 2.4rem;
    color: #404040;
    line-height: 3.4rem;  
    font-weight: bold; 
    text-align: center;
    gap: row;
}
.image-set-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:space-between; 
    align-items:center;
    align-content:space-between;
    
}
.image-set {
    display: flex;
    flex-wrap: wrap;
    flex-direction:row;
    justify-content:center; 
    align-items:center;
    width: 100%;
}
.quad {
    -webkit-box-shadow: 5px 5px 10px #444444;
    box-shadow: 5px 5px 10px #444444;
    border: thin solid #444444;
}
image-set-galerie {
    display: flex;
    flex-wrap: wrap;
    flex-direction:row;
    justify-content:space-between; 
    align-items:center;
    align-content:space-between;
    width: 100%;
}
nav.top {
       position: sticky;
       top: 0;
       z-index: 1000;
       background-color: #444444;
   }
nav .topmenu {
       display: flex; 
       -ms-flex-pack: justify;
       justify-content:center; 
}
.karte {
    padding-top: 2rem;
    padding-right: 0.5rem;
    padding-bottom: 2rem;
    padding-left: 0.5rem;
}
.whitetext {
    color: #ffffff;
}
.nav-link {
    padding-left: 0px;
    margin-left: 10px;
    margin-right: 10px;
}
article {
		height:auto;
		background-color:#ffffff;
}
.navbar-dark {
    background-color: #444444;
    z-index: 1000;
}
.teltext {
    color: #ffffff;
}
.teltext:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer {
    background-color: #444444;
    color: #ffffff;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    margin-bottom: 0;
}
.foottext {
    color: #FFFFFF;
}
.foottext:hover {
    color: #FDF4EB;
}
.dropdown-item:link {
    color: #000000;
    text-decoration: none;
    background-color: #ffffff;
}
.anfrage {
    background-color: #D8D8D8;
}
/*.dropdown-item:visited {
    color: #000000;
    text-decoration: none;
    background-color: #C2C2C2;
}*/
.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #007BFF;
}
.dropdown-item:focus {
    color: #000000;
    text-decoration: none;
    background-color: #cccccc;
}
.dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #343A40;
}
.einrem {
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-left: 10px;
    padding-right: 10px;
}
.cta:hover {
    text-align: center;
    font-size: 36px;
    border: medium solid #CCCCCC;
    border-radius: 25px;
    background-color: #F3FDE6;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

/*CF begin*/
#cf {
  position:relative;
  float: left;
  height:100%;
  width:100%;
  margin: 0 auto;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}
#cf {
}
/*CF end*/

.section3 {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
/*figure begin*/
figure {
    display: inline-block;
	margin-left: auto;
	margin-right: auto;
    background: white;
    /*border: 1px solid #424242;*/
    overflow: visible;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    transition: all .7s ease;
}
figure img {
    display: block;
    margin: 0;
	margin-left: auto;
	margin-right: auto;
    padding: 0;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    transition: all .7s ease;
}
figure:hover {
    background: #FFFFFF;
    /*border: 1px solid #424242;*/
}
figure:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    /*opacity: .0;
    filter: alpha(opacity= 0);*/
}
/*figure End*/

/*einfliegen begin
.hotline {
  animation-duration: 3s;
  animation-name: slidein;
}
@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}
.willkommen{
  animation-duration: 6s;
  animation-name: slidein;
}
.row.print {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem;

}*/
.table {
    display: flex;
    justify-content: center;
    background-color: #FFF5EC;
}
.right {
    text-align: right;
}
/*einfliegen end*/
@media only screen and (min-width: 768px) { 
 h1 {
    font-family: Baskerville, "Palatino Linotype", "Palatino", "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 3.2rem;
    color: #404040;
    font-weight: bold;
    text-align: center;
}
h2 {
    font-family: Baskerville, "Palatino Linotype", "Palatino", "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 2.8rem;
    color: #404040;
    line-height: 3.9rem;
    font-weight: bold;
    text-align: center;
}
h3 {
    font-family: Baskerville, "Palatino Linotype", "Palatino", "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 2.4rem;
    color: #404040;
    line-height: 3.4rem;  
    font-weight: bold; 
    text-align: center;
}
.jumbotron1 {
    background-image: url("../images/jumbo/jumbo2_78576212.jpg");
    background-size: cover;
    background-attachment: fixed;
    height: 800px;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 30%;
    color: #Ffffff;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", "Times", Times New Roman, serif;
    width: 100%;
}
.jumbotron2 {
    background-image: url("../images/jumbo/jumbo3_413891385.jpg");
    background-size: cover;
    background-attachment: fixed;
    height: 800px;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 30%;
    color: #ffffff;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", "Times", Times New Roman, serif;
}
.jumbotron3 {
    background-image: url("../images/jumbo/jumbo4_584152224.jpg");
    background-size: cover;
    background-attachment: fixed;
    height: 800px;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 30%;
    color: #ffffff;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", "Times", Times New Roman, serif;
}
.jumbotron4 {
    background-image: url("../images/jumbo/jumbo5_79537501.jpg");
    background-size: cover;
    background-attachment: fixed;
    height: 800px;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 30%;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", "Times", Times New Roman, serif;
    color: #ffffff;
}
.jumbotron5 {
    background-image: url("../images/jumbo/jumbo6_335536051.jpg");
    background-size: cover;
    background-attachment: fixed;
    height: 800px;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 30%;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", "Times", Times New Roman, serif;
    color: #ffffff;
}
.image-set {
    display: flex;
    flex-wrap: wrap;
    flex-direction:row;
    justify-content:space-between; 
    align-items:center;
    align-content:space-between;
    gap: 1rem;
}
image-set-galerie {
    display: flex;
    flex-wrap: wrap;
    flex-direction:row;
    justify-content:space-between; 
    align-items:center;
    align-content:space-between;
    width: 100%;
}
}
@media only screen and (max-width: 767px) { 
p {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 0.8 rem;
	line-height: 1.6rem;
	color: #404040;
}
h1 {
    font-family: Baskerville, "Palatino Linotype", "Palatino", "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 2.8rem;
    color: #404040;
    font-weight: bold;
    text-align: center;
}
h2 {
    font-family: Baskerville, "Palatino Linotype", "Palatino", "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 2.4rem;
    color: #404040;
    line-height: 3.9rem;
    font-weight: bold;
    text-align: center;
}
h3 {
    font-family: Baskerville, "Palatino Linotype", "Palatino", "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 2.0rem;
    color: #404040;
    line-height: 3.4rem;  
    font-weight: bold; 
    text-align: center;
}
.text-set {
    display: flex;
    flex-wrap: wrap;
    flex-direction:column;
    align-items:center;
    align-content:space-between;
    gap: 1rem;
}
.space {
    letter-spacing: 2px;
}
}
.jumbotron1 { 
	background-image: url("../images/jumbo/handy/jumbo2_78576212.jpg"); 
	background-size: cover;
    background-attachment: fixed;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 40%;
    color: #FFFFFF;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", "Times", Times New Roman, serif;
} 
.jumbotron2 { 
	background-image: url("../images/jumbo/handy/jumbo3_413891385.jpg"); 
	background-size: cover;
    background-attachment: fixed;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 40%;
    color: #FFFFFF;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", "Times", Times New Roman, serif;
}
.jumbotron3 { 
	background-image: url("../images/jumbo/handy/jumbo4_584152224.jpg"); 
	background-size: cover;
    background-attachment: fixed;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 40%;
    color: #FFFFFF;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", "Times", Times New Roman, serif;
} 
.jumbotron4 { 
	background-image: url("../images/jumbo/handy/jumbo5_79537501.jpg"); 
	background-size: cover;
    background-attachment: fixed;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 40%;
    color: #FFFFFF;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", "Times", Times New Roman, serif;
} 
.jumbotron5 { 
	background-image: url("../images/jumbo/handy/jumbo6_78576212.jpg"); 
	background-size: cover;
    background-attachment: fixed;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 40%;
    color: #FFFFFF;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", "Times", Times New Roman, serif;
} 
.navbar-collapse {
        text-align: center;
    }
nav.top {
       position: sticky;
       top: 0;
       z-index: 1000;
       background-color: #444444;
   }
nav .topmenu {
       display: flex; 
       -ms-flex-pack: justify;
       justify-content:center; 
}
.karte {
    padding-top: 2rem;
    padding-right: 0rem;
    padding-bottom: 2rem;
    padding-left: 0rem;
}
.image-set {
    flex-direction: column;
}
/*.image-set-galerie {
    display: flex;
    flex-wrap: wrap;
    flex-direction:column;
    justify-content:center; 
    align-items:center;
    align-content:space-between;
    width: 100%;
}*/


.menulogo {
    max-height: 90px;
}
.center {
    text-align: center;
}
.karte {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
}
.centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sek {
    float: right;
    margin-left: 30px;
    text-align: right;
}
.lrrem {
    padding-left: 1rem;
    padding-right: 1px;
}
.amlogo {
    max-width: 400px;
}
.telkont {
    width: 200px;
    float: left;
}
.hotline {
}
.zweirem {
	padding-top: 2rem;
	padding-bottom: 1rem;
}
.zweirembot {
    margin-bottom: 2rem;
}
.floright {
    float: right;
    margin-left: 16px;
}

/*CSS Bilderzoom*/
.zoom {
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
	border: 0px solid #ffffff;
}
img.zoom:hover {
 cursor: zoom-in; 
 cursor: -moz-zoom-in;
 cursor: -webkit-zoom-in;
 transform: scale(1.1, 1.1);
 -moz-transform: scale(1.1, 1.1);
 -webkit-transform: scale(1.1, 1.1);
 -o-transform: scale(1.1, 1.1);
 -ms-transform: scale(1.1, 1.1);
}
/*zoom end*/

.scale {
	margin-top: 50px;
	margin-bottom: 50px;
}

.lireeinrem {
    padding-left: 1rem;
    padding-right: 1rem;
}
.imgtext {
    font-family: Baskerville, "Palatino Linotype", "Palatino", "Century Schoolbook L", "Times New Roman", "serif";
    color: #ffffff;
    text-shadow: 1px 1px #000000;
}
.rahmen {
    border: medium solid #444444;
}
.vertzent {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rundeck {
    border-radius: 30px;
    margin-right: 1rem;
}

.text-set {
    display: flex;
    flex-wrap: wrap;
    flex-direction:row;
    align-items:center;
    height: 600px;
    width: 600px;
    padding-top: 15%;
    padding-bottom: 20%;
}
.bild {
    height:600px;
}
.dreipen {
    padding: 1rem;
}
.space {
    letter-spacing: 3px;
    text-transform: uppercase;
}
