/*  Farben
    hellblau1: #8ECAFE
    hellblau2: #6DAEE4
    
    dunkelblau: #3086D5
    divider blau: rgba(12,104,165,0.8)
    dunkelgrau: #7D7D7D
    hellgrau #E6E6E6
*/

@import 'fonts.css';

body {
	color: #666;
    font-size: 1.05rem;
	font-family:Helvetica,Arial,sans-serif;
}
body > header {
    background-color: #8ECAFE;
}
.container {
	max-width: 1200px;
}
main.content {
    padding-top: 60px;
	padding-bottom: 60px;
	position:relative;
}
.fullwidth {
    background-color: rgba(12,104,165,0.25);
    padding: 50px 0; 
    margin-top: 50px;
    margin-bottom: 50px;
}
footer {
    background: #7bbce8;
    padding-top: 40px;
    border-top: 5px solid #3086D5;
}
footer .musthavecopy {
    margin-top: 40px;
}

/* ------------ keyvisual + logo ------------ */
.keyvisual {
    width: 100%;
}
.logo-keyvisual {
    position: relative;
}
.logo {
    position: absolute;
    z-index: 10;
    margin-left: 30px;
}

/* ------------ navbar ------------ */
.navigation {
    position: relative;
    background-color: #3086D5;
}
li.nav-item a {
    text-decoration: none;
}
.navigation a {
    color: rgba(255,255,255,.9);
}
.navbar {
    padding: .2rem 0rem;
}
ul.navbar-nav {
    width: 100%;
    justify-content: space-between;
}
.navbar-nav > li > a {
    display: inline-block;
    padding: 10px 5px;
}
.navbar-nav li a:hover,
.navbar-nav li.active > a{
    color: rgba(255,255,255, 1) ;
    background:rgba(0,0,0,0.1);
    text-decoration:none;
}
.navbar-toggler {
    font-size: 1.6rem;
}
.navbar-toggler-icon {
    height: 1em;
    color: #fff;
}
.navigation .social {
    position: absolute;
    right: 210px;
    top: 5px;
    font-size: 1.5em;
}
.navigation .social {
    position: absolute;
    right: 180px;
    top: 5px;
}
.navigation .social a {
    font-size: 1.4rem !important;
    padding: 0 5px;
}

@media (min-width: 500px) {
    .navigation .social {
        right: 210px;
    }
}

@media (min-width: 992px) {
    .navigation .social {
        position: relative;
        right: inherit;
        top: inherit;
        font-size: 1.5em;
    }
    .navigation .social a {
        font-size: 1.2rem !important;
    }
    .navbar-nav > li > a {
        font-size: 15px;
    }
    .caret {
        display:none !important;
    }
    .dropdown > a:after {
        content:'\f067';
        font-family:'Font Awesome 5 Free';
        font-weight: 600;
        font-size: 11px;
        margin-left: 7px;
        border: none;
        vertical-align: inherit;
    }  
}
@media (min-width: 1200px) {
    .navbar-nav > li > a {
        font-size: 17px;
    }
    .navbar-nav > li > a {
        display: inline-block;
        padding: 10px 15px;
    }
}

/* dropdown */
.dropdown-menu {
    background-color:#3086D5;
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    white-space: nowrap;
    margin-top:0;
}
.dropdown-menu a {
    display:block;
    padding: 5px 15px;
    text-decoration:none;
}
.navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu a.dropdown-item:hover {
    background-color: rgba(12,104,165,0.9);
    color: #fff;
}
.dropdown-menu li {
    border-bottom: 1px solid rgba(255,255,255,0.6);
}
.dropdown-menu li:last-child {
    border-bottom: none;
}

@media (min-width: 992px) {
    .dropdown-menu {
        left: -10px;
    }
}
@media (min-width: 992px) {
    .dropdown-menu {
        left: 0;
    }
}



/* ------------ text ------------ */

h1 {
    font-family: Helvetica,Arial,sans-serif;
}
h2, h3, h4, h5, p, li a {
    font-family: Helvetica,Arial,sans-serif;
}
h1 {
    color: #3086D5;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    font-size: 2.2rem;
}
h1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -48px;
    height: 3px;
    width: 90px;
    background: #E6E6E6;
}
h2 {
    font-size: 24px;
    color: #65A8EA;
    margin-bottom: 20px;
}
h1+ h2 {
    text-align:center;
    margin-top: -10px;
}
h3 {
    font-size: 22px;
    color: #85C3FF;
    margin-bottom: 20px;
}
h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
p {
    max-width:900px;
}
p.text-center {
    margin-left: auto;
    margin-right: auto;
}
main a:link, 
main a:visited {
    color: #3689e1;
}
main a:hover, 
main a:focus {
     opacity:0.8;   
}
a.external:before {
    content:'\f35d';
    font-family:'Font Awesome 5 Free';
    font-weight: 600;
    opacity: 0.7;
    margin: 0 3px;
}
.btn,
.button {
    padding: .4rem 1.2rem;
    background:#E97F10;
    border: none;
    color: #fff !important;
}
.btn:hover,
.button:hover {
    background:#CC6A04;
    color: #fff;
}

.ce-border img, .ce-border iframe {
    border: 1px solid  #ccc;
}

.ce-gallery figcaption {
    font-size: 0.9em;
    color:#999;
    margin: 5px 0 10px;
    font-style: italic;
}

/* datenschutz matomo */
.pid1483 .iframewrap {
    max-width: 900px;
}

/* ---------- WETTER BADGE ------------- */
a.aktuelles,
a.wetter {
	position: absolute;
	right: 25px;
	top:-35px;
	display:block;
	background: #3bc43b;
	color: #fff !important;
	padding: 7px 15px;
	transform: rotate(5deg);
	border-radius: 25px;
	z-index: 10;
}
a.aktuelles {
	background: #E97F10;
	top: -91px;
}
a.aktuelles:hover,
a.wetter:hover {
	text-decoration:none;
	background:#2eb02e;
	transform: rotate(5deg) scale(1.05);
}
a.aktuelles:hover {
	background: #CC6A04;
}
a.aktuelles span.fa,
a.wetter span.fa {
    font-size: 23px;
    float: left;
    margin-right: 8px;
}
body.pid1570 {
    width: 400px;
}
body.pid1570 a.wetter {
    display:none; 
}

@media (min-width: 992px) {
	a.aktuelles,
    a.wetter {
        right: 20px;
        top: 20px;
    }   
}

@media (min-width: 1200px) {
	a.aktuelles,
    a.wetter {
        right: 20px;
        top: 38px;
        padding: 10px 17px;
        border-radius: 25px;
    }
	a.aktuelles {
		top: 91px;
	}
	a.aktuelles span.fa,
    a.wetter span.fa {
        font-size: 25px;
        margin-right: 10px;
    }    
}

/* ---------- DCE ------------- */

/* youtube */
.dce-youtube {
    margin: 2rem auto;
}
.dce-youtube .text-wrap {
    background: rgba(25,25,25,.6);
}
.dce-youtube .text-wrap .btn {
    border: none;
}    

/* Bild Kacheln */
.dce-image-tiles {
    padding: 50px 0 50px;
}
.dce-image-tiles h3 {
    font-size: 27px;
}

/* Galerie */
.dce-image-galerie {
    margin-bottom: 40px;
}
.dce-image-galerie h2 {
    text-align:center;
}
.fancybox-caption__body {
    font-size:20px;
}

/* ------------ PREISE TABELLE ------- */
body.pid1510 table {
    text-align:center;
    color:#fff;
}
body.pid1510 table tr th,
body.pid1510 table tr td {
    width: 50%;
}
body.pid1510 table th {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background: #3498db;
  text-align: center;
  vertical-align: middle;
}
body.pid1510 table th strong {
    font-size: 1.2em;
}
body.pid1510 table tr td:first-child {
  background: #99cbed;
}
body.pid1510 table tr:first-child td {
  padding-top: 20px;
}
body.pid1510 table tr:nth-child(2) td {
  font-size: 35px;
  font-weight: lighter;
  padding: 5px 0px 10px;
}
body.pid1510 table tr:last-child td {
  padding-bottom: 20px;
  font-size: 14px;
}
body.pid1510 table tr td:last-child {
  background: #85c1e9;
}


/* ------------ footer ------------ */
footer h4 {
    color: #fff;
}
footer p {
    color: #fff;
    font-size: 1rem;
}
footer a:link, footer a:visited {
    color:#fff;
    text-decoration: underline;
}
footer a:hover, footer a:focus {
    opacity: 0.8;
}
footer .dce-gmaps {
    margin:1rem 0;
}
footer .dce-gmaps .text-wrap {
    padding: 20px 14px 5px;
}
footer .dce-gmaps .text-wrap > p {
    font-size: 13px;
}
footer .dce-gmaps .btn {
    font-size:14px;
    padding: 4px 10px;
}

@media (max-width: 992px) {
    footer .row > div {
        margin-bottom: 30px;
    }
}
@media (min-width:768px) and (max-width: 992px) {
    footer .row > div:last-child {
        max-width: 100%;
        flex: inherit;
    }
} 
/* --- subfooter --- */
.musthavecopy {
    padding: 16px 0;
    background-color: #3086D5;
    font-size: 15px;
    color: #fff;
}
.musthavecopy p {
    
}
.musthavecopy ul {
    list-style: none;
    line-height: normal;
    margin: 0;
    float: right;
    padding-left: 0;
}
.musthavecopy ul li {
    display: inline;
    margin-right: 20px;
}
.musthavecopy ul li:last-child{
    margin-right: 0;

}
.musthavecopy ul li a{
    text-decoration: none;
    color: #fff;
}
.musthavecopy ul li a:hover,
.musthavecopy .copy a:hover{
    opacity: 0.8;
}
.musthavecopy .copy a {
    text-decoration: none;
    color: #fff;
}
@media (max-width: 786px) {
    .musthavecopy ul {
        float: none;
        display: flex;
        justify-content: center;
    }
    .musthavecopy .copy {
        display: flex;
        justify-content: center;
    }
}

/* ---------- Gästenbuch ---------- */
ul#comments-list {
	list-style: none;
    padding: 0;
}
.comment-box {
	border: 2px solid #eee;
    margin-bottom: 20px;
}
.comment-head {
	background: #4b97dc;
    padding: 5px 15px;
    color: #fff;
	font-size: 1.1em;
}
.comment-head .text-muted {
    color: #fff !important;
	float:right;
}
.comment-box p {
	margin-bottom: 10px;
}
.comment-content {
	padding: 15px 20px;
}
.comment-reply {
	padding: 10px 10px;
	margin: 0px 20px 20px;
	background:#edf8fa;
}

/* pagination */
.f3-widget-paginator {
	list-style:none;
	padding: 0;
}
.f3-widget-paginator li {
	display: inline-block;
	margin-right: 10px;
}

/* formular */
#guestBookForm {
	background: #f3f3f3;	
	padding: 30px 50px;
}
.tx-iw-guestbook .iw-gbform-row > div {
    margin-bottom: 20px;
}
.iw-gbform-group {
	margin-bottom: 20px;
	clear:both;
}
.iw-gbform-group.width-50 {
	width: 50%;
	float:left;
	clear:inherit;
}
#guestBookForm label {
	width: 25%;
	font-weight:bold;
}
#guestBookForm input {
	width: 60%;
	border:none;
	padding:7px 15px;
	display: inline-block;
}
#guestBookForm input.submit {
	width: auto;
}
#guestBookForm  textarea {
	border: none;
	width: 100%;
}
#guestBookForm .datenschutz label {
	width: 100%;
	font-weight:normal;
}
#guestBookForm .datenschutz input {
	width: auto;
	margin-right: 4px;
}
#guestBookForm .rating,
#guestBookForm .recaptcha,
#guestBookForm .back {
	display:none;
}

/* ---------- Powermail --------- */
.tx-powermail h3,
.tx-powermail legend {
    display:none;
}
.tx-powermail .container-fluid {
    margin: 0;
    padding: 0;
}
footer .tx-powermail .form-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
footer .tx-powermail .form-group > label,
footer .tx-powermail .form-group > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: inherit;
}
footer .tx-powermail label {
    color: #fff;
    font-size: 0.9em;
}
footer .tx-powermail .form-control {
    line-height: 1.25rem;
}
footer .tx-powermail select .form-control {
    height: 35px;
}
.powermail_fieldwrap_anrede {
    display:none;
}

/* .... DCE Locationmap / 360 Grad Bilder.... */
.dce-karte {
    margin-bottom: 50px;
}
.dce-karte > img {
    position: relative;
    z-index: 1;
    border: 3px solid #ddd;
    padding: 10px;
    opacity: 0.6;
}
.dce-karte .location {
    z-index: 10;
}
.dce-karte .location:hover {
    z-index: 20;
}
main .dce-karte a:hover, main .dce-karte a:focus {
    opacity: 1;
}
.dce-karte .location span.name {
    left: 36px;
    top: 1px;
    right: inherit;
    color: #fff;
    display: none;
    z-index: 100;
    background: #E97F10;
    padding: 2px 10px;
    font-weight: normal;
    font-size: 16px;
    white-space: nowrap;
}
.dce-karte .location:hover span.name {
    display: block;
}
.dce-karte i {
    background-color: #fff;
}
.dce-karte .location i {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 24.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Ebene_1' focusable='false' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfont-family:'Ubuntu-Bold';%7d .st1%7bfont-size:140px;%7d *%7bfill:%23E97F10;%7d %3c/style%3e%3ctext transform='matrix(1 0 0 1 221 354)' class='st0 st1 st2'%3e360°%3c/text%3e%3cpath d='M256.5,8c66.3,0.1,126.4,26.2,170.9,68.7L463,41c15.1-15.1,41-4.4,41,17V192c0,13.3-10.7,24-24,24H345.9 c-21.4,0-32.1-25.9-17-41l41.8-41.8c-30.9-28.9-70.8-44.9-113.2-45.3C165.1,87.2,87.2,162,88,257.4C88.8,348,162.2,424,256,424 c41.1,0,80-14.7,110.6-41.6c4.7-4.2,11.9-3.9,16.4,0.6l39.7,39.7c4.9,4.9,4.6,12.8-0.5,17.4C378.2,479.8,319.9,504,256,504 C119,504,8,393,8,256C8,119.2,119.6,7.8,256.5,8z'/%3e%3c/svg%3e");
    background-size: cover;
    height: 30px;
    width: 30px;
    border-radius: 15px;
}
.dce-karte .location i::before {
    display: none;
}