/* ######################################
General
###################################### */

body {
	font-family: 'Arial', sans-serif;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Arial', sans-serif; 
}


p {
	font-size: 1.2em; /* 14px/16=0.875em */
}


/* Für mittlere Bildschirme */
@media (max-width: 992px) {
    label {
        font-size: 10px; /* Beispielgröße für mittlere Bildschirme */
    }
}

/* Für kleine Bildschirme */
@media (max-width: 768px) {
    label {
        font-size: 10px; /* Beispielgröße für kleine Bildschirme */
    }
}


.form-container {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	border: 0px solid #ccc;
	border-radius: 0px;
	background-color: white;
}
.form-container h4 {
	background-color: #b68b1c;
	color: white;
	padding: 10px;
	text-align: center;
	margin: 0px;
	border-radius: 0px 0px 0 0;
}
.form-group {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding: 0 0;
}
.form-group label {
	flex: 1;
	margin-right: 10px;
}
.form-group select, .form-group input {
	flex: 2;
	padding: 8px;
	box-sizing: border-box;
}
.form-group:last-child {
	margin-bottom: 0;
}
.form-group input[type="submit"] {
	background-color: #c00;
	color: white;
	border: none;
	cursor: pointer;
	padding: 10px;
	margin: 10px;
	width: calc(100% - 20px);
}
.form-group input[type="submit"]:hover {
	background-color: #a00;
}
.summary {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 0px;
	background-color: #f9f9f9;
}
.summary h3 {
	margin-top: 0;
	padding-left: 10px;
	color: #b68b1c;
	font-weight: bold;
}
.summary p {
	padding: 0 10px;
}

.tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
}


.tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 400px; /* Breite des Tooltip */
	background-color: #e5ecff; /* Hintergrundfarbe */
	color: #000; /* Textfarbe */
	text-align: left;
	border-radius: 5px; /* Abgerundete Ecken */
	padding: 10px; /* Innenabstand */
	position: absolute;
	z-index: 1;
	bottom: -100%; /* Position des Tooltip über dem Element */
	left: 50%;
	margin-left: -50px; /* Zentrierung des Tooltip */
	opacity: 0;
	transition: opacity 0.3s;
	/* Pfeil hinzufügen */
	border: 20px solid transparent;
	border-right-color: #555; /* Pfeilfarbe */
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

/* Pfeil nach links */
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%; /* Pfeil wird nach links verschoben */
	margin-top: 0px; /* Zentrierung des Pfeils */
	border-width: 5px;
	border-style: solid;
	border-color: transparent #555 transparent transparent; /* Pfeilfarbe */
}
		
		
		


.feld {
	width: 100%;
}

.no-touch .gn-menu-main a:hover, .no-touch .gn-menu li.gn-search-item:hover, .no-touch .gn-menu li.gn-search-item:hover a {
    background: #eeeeee;
}

.gn-menu-main a {
    color: #333333;
}

.gn-icon-menu::before {
    width: 30px;
    height: 3px;
    background: #333333;
    box-shadow: 0 3px white, 0 -6px #333333, 0 -9px white, 0 -12px #333333;
}

.gn-icon-menu.gn-selected::before {
    background: #333333;
    box-shadow: 0 3px white, 0 -6px #333333, 0 -9px white, 0 -12px #333333;
}

/*für img icon*/
.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-21 { font-size: 21px; }
.size-24 { font-size: 24px; }
.size-36 { font-size: 36px; }
.size-48 { font-size: 48px; }
.size-60 { font-size: 60px; }
.size-72 { font-size: 72px; }


.wrap {
    width: 90%;
    max-width: 1800px;
	margin: 0 auto;
}

form {
	display: inline-block;
}

.white {
    background:#ffffff;
    border-radius: 5px 5px 5px 5px;
}

.center { 
	text-align:center;
}

.grau { 
	background:#efefef;
}


h1 {
	width: 600px;
	padding: 0 10px;
	/*color: #158d02;
	font-weight: bold;*/
	background-color: rgba(255,255,255, 0.7);

}

h2 {
	font-size: 2.5em;
	color: #b68b1c;
	font-weight: bold;
	text-align: center;

}


h4 {
	color: #000000;
	font-weight: bold;
	text-align: center;
}


h5 {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	position: relative; /* Damit das Pseudo-Element relativ zu diesem Element positioniert werden kann */
	display: inline-block; /* Damit der Text und das Pseudo-Element sich an der Textbreite orientieren */
}

h5::after {
	content: ""; /* Inhalt des Pseudo-Elements */
	display: inline-block; /* Macht das Pseudo-Element zu einem Inline-Block-Element */
	width: auto; /* Die Breite des Pseudo-Elements passt sich dem Text an */
	height: 2px; /* Höhe des Unterstrichs */
	background-color: #ffffff; /* Farbe des Unterstrichs */
	position: absolute; /* Absolute Positionierung relativ zum Elternelement */
	bottom: -1mm; /* Setzt das Pseudo-Element 3 Millimeter unter den Text */
	left: 0; /* Startposition links */
	right: 0; /* Setzt die rechte Position so, dass der Unterstrich über die gesamte Textbreite reicht */
}


.card-section {
  padding: 0;
}

a {
	font-weight: bold;
    color: #035cc1;
}

a:hover, a:focus {
    color: #158d02;
}

.fontmark {
    color: #158d02;
	font-weight: bold;
}

.button.alert {
    /*background-color: #158d02;*/
    color: #FFFFFF;
}

.button.secondary {
    border-color: #3b3b3b;
    background-color: #d6eed2;
    color: #0a0a0a;
}

.button.secondary:hover, .button.secondary:focus {
    background-color: #d6eed2;
    color: #000000;
}

.button.hollow.secondary {
    background: #ffffff;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #1779ba;
    color: #ffffff;
}

.card-divider {
    text-align: center;
}

hr {
    margin: 0.25rem auto;
}

.button.hollow {
    padding: 15px;
}

.button.hollow.alert {
    padding: 10px;
    text-align: center;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    margin: 0 0 5px;
    padding: 5;
}

label.middle {
    margin: 8px 0 0;
    padding: 0;
}

select {
    margin: 0 0 5px;
    padding: 5;
}

.button {
    margin: 0;
}

/*

Input Feld färbig...

input:required { 
    background-color: yellow;
}

*/

.underline {
	border-bottom: solid 1px #555555;
}

.double_underline {
	border-bottom: double 4px #e30006;
}

.double_underline_sw {
	border-bottom: double 4px #000000;
	font-weight: bold;
}

.callout.alert {
    margin: 0;
}

.callout.primary {
    margin: 0;
}

.button.hollow {
    margin: 0;
}


textarea {
	height:150px;
}

a {
    color: #222;
}



textarea {
	height:150px;
}

a {
    color: #222;
}


.table-border { 
	position: left;
	width:100%;
	background:#ffffff;
    border-bottom: 1px solid #555555;
    border-left: 1px solid silver;
    border-right: 1px solid #555555;
    box-shadow: 3px 3px 10px silver;
    border-radius: 0 0 5px 5px;
	padding:20px;
}


.table-border1:hover, .table-border1:focus {
	background-color: rgba(197,211,243, 0.5);
}	


.table-border1 {
    border: 1px solid #cccccc;
    width:100%;
    height:auto;
	background:white;
	padding:0px;
	margin: 0 0 0 0;
}

.table-border1_red {
    border: 1px solid #cccccc;
    width:100%;
    height:auto;
	background:#f7e4e1;
	padding:20px;
	margin: 0 0 0 0;
}


.table-border2 {
    width:100%;
	text-align:center;
	background:white;
	font-weight:bold;
	padding:5px;
}

.table-border3 { 
	position: left;
	width:100%;
	background:#ffffff;
    border: 1px solid rgba(10, 10, 10, 0.25);
    color: #0a0a0a;
	padding:20px;
}



.off-canvas-wrapper {
	/*background-image: url(../img/new_year_background.png);*/
}

.tabs-title > a {
    font-size: 1.25rem;
    color: #000000;
	font-weight:bold;
}

/* Tabellen Anfang */

  .table {
    color: #000000;
	display: table;
	border: 1px solid silver;
	border-collapse:collapse;
	width: 100%;
    box-shadow: 1px 0 1px #555555;
}

.table-row {
	display: table-row;
	border: 1px solid silver;
}

.table-cell {
	display: table-cell;
	text-align: right;
	border: 1px solid silver;
	padding: 15px;
}

.thead {
	text-align: left;
	font-weight: bold;
	color:#23527c;
	background:#eeeeee;
}
.thead1 {
	text-align: left;
	color:#23527c;
	background:#eeeeee;
}
 @media only screen and (max-width: 1000px) {

	.table {border:none;}
	
	.table-row,
	.table-cell {
		display: block;
		border: 1px solid silver;
	}
	
	.table-row { margin-bottom: 20px; }
	
}

.thumbnail {
	background-color: rgba(255,255,255, 0.5);
}

.card-divider {
    background: #ffffff;
}


/* ######################################
Nav Mobile
###################################### */

.title-bar {
  /*opacity: 0.8; 
  filter:Alpha(Opacity=60);
  background-image: url(../img/carbon_fibre.png);*/
  background: #ffffff;
}
  

#offCanvas {
  background-image: url(../img/new_year_background.png);
}

#offCanvas li {
	list-style: none;
}

#offCanvas a {
	color: rgba(0,0,0, 0.7);
	font-weight: bold;
	line-height: 2em;
}

#offCanvas a:hover {
	color: rgba(0,0,0, 1);
}

.js-off-canvas-exit {
	background-color: rgba(0,0,0, 0.5);
}

.menu-icon {
  margin-top: 10px; 
  width: 30px;
  height: 30px; }

/* ######################################
Nav Desktop
###################################### */

.title-bar {
    padding: 0;
}

.nav-desktop {
	height: 60px;
	background: #fff;
	padding: 0 15px;
	border-spacing: 1px;
}

.nav-desktop1 {
	height: 60px;
	/*background-color: #afcd00;*/
	padding: 0 15px;
	border-spacing: 1px;
	background-image: url(../img/blauer_hintergrund.jpg);
}

.nav-desktop .menu-desktop {
	line-height: 60px;
	background-color: transparent;
}

.menu > li > a {
	display: inline-block;
	line-height: 60px;
	padding-top: 0;
	padding-bottom: 0;
	color: white;
	font-weight: bold;
}

.menu > li > a:hover {
	background-color: rgba(255,215,0, 0.5);
}

.is-dropdown-submenu {
	min-width: 300px;
	background-image: url(../img/blauer_hintergrund8.jpg);
    /*background-color: #afcd00;*/
	color: white;
	font-weight: bold;
}

.is-dropdown-submenu > li > a:hover {
	background-color: rgba(255,215,0, 0.5);
	width: 100%;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #fff transparent transparent;
}

/* ######################################
Hero
###################################### */

/*.img_thumbnail {
	background-color: rgba(255,255,255, 0.5);
}*/


.hero {
	padding: 60px 0 0 0;
	width: 100%;
	height: 600px;
	/*padding: 400px 0 0 0;*/
	background-image: url(../img/pano.jpg);
	/*background-repeat: no-repeat;*/
}

.hero1 {
	padding: 60px 0 0 0;
	width: 100%;
	height: 600px;
	background-image: url(../img/pano1.jpg);
}

.hero2 {
	padding: 60px 0 0 0;
	width: 100%;
	height: 600px;
	background-image: url(../img/pano2.jpg);
}

.hero3 {
	padding: 60px 0 0 0;
	width: 100%;
	height: 600px;
	background-image: url(../img/pano3.jpg);
}

.hero4 {
	padding: 60px 0 0 0;
	width: 100%;
	height: 600px;
	background-image: url(../img/pano4.jpg);
}

.hero5 {
	padding: 60px 0 0 0;
	width: 100%;
	height: 600px;
	background-image: url(../img/pano5.jpg);
}

.hero6 {
	padding: 60px 0 0 0;
	width: 100%;
	height: 600px;
	background-image: url(../img/pano6.jpg);
}

.hero7 {
	padding: 60px 0 0 0;
	width: 100%;
	height: 600px;
	background-image: url(../img/pano7.jpg);
}

.hero8 {
	padding: 60px 0 0 0;
	width: 100%;
	height: 600px;
	background-image: url(../img/pano8.jpg);
}

.hero9 {
	padding: 60px 0 0 0;
	width: 100%;
	height: 600px;
	background-image: url(../img/pano9.jpg);
}

h1 {
	width: 650px;
	padding: 0 10px;
	/*color: #b68b1c;
	font-weight: bold;*/
	background-color: rgba(255,255,255, 0.7);

}

.angebote {
	display: block;
}

/*.linie {
	background-position: center;
	background-size: 100%;
	background-image: url(../img/kalkulieren_linien.png);
	background-repeat: no-repeat;
}

.punkt {
	background-image: url(../img/punkt.png);
	background-repeat: no-repeat;
}*/


.button {
	width: 100%;
}

.button1 {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 0.85em 1em;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0 0 1rem 0;
	background-color: #024a9c;
	color: #fff;
	background-image: -webkit-linear-gradient(top,
		rgba(255,255,255,0.6) 0%,
		rgba(255,255,255,0.3) 50%,
		rgba(255,255,255,0) 51%,
		rgba(255,255,255,0.2) 100%);
}


.button1:hover, .button1:focus {
	background-color: #efdb00;
	color: #000; 
}



/* ######################################
Main
###################################### */

.main {
	padding: 0;
}

.bg {
	background-image: url(../img/skispur.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
	background-position: top;
	height: 100%;
}

        /* Schneefall-Hintergrund */
        .snow-background {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
            overflow: hidden;
        }

        /* Styling für Schneeflocken-Bilder */
        .snowflake {
            position: absolute;
            top: -10px;
            background-image: url(../img/schneeflocke.png); /* Pfad zur hochgeladenen Schneeflocke */
            background-size: contain;
            background-repeat: no-repeat;
            width: 30px;
            height: 30px;
            opacity: 1;
            animation: fall linear infinite;
        }

        /* Animation für fallende Schneeflocken */
        @keyframes fall {
            0% {
                transform: translateY(0);
            }
            100% {
                transform: translateY(100vh);
            }
        }


.main form {
	width: 100%;
}

.right {
    text-align: right;
}

table tbody th, table tbody td {
    padding: 0
}



/* ######################################
Footer
###################################### */

footer {
	background-image: url(../img/carbon.png);
	/*background-image: url(../img/dark_embroidery.png);*/
	padding: 60px 0 30px 0;
}

footer h4 {
	color: rgba(255,255,255, 0.8);
	font-size: 1.3em;
}

footer hr {
	border-color: rgba(255,255,255, 0.1);
	margin: 10px 0;
}


footer a {
	display: block;
	color: rgba(255,255,255, 0.4);
	font-size: 0.8em;
}

footer a span {
	font-weight: bold;
	color: rgba(255,255,255, 0.2);
}

footer a:hover {
	color: rgba(255,255,255, 0.8);
}

.abstand {
	padding: 0px 0 30px 0;
}

.footer_bg {
	background-color: #333333;
	height: 30px;
	width: 100%;
	color: white;
	text-align: middle;
	text-align: center;
	font-size: 0.7em;
	padding: 8px 0 0 0;
}



/* ######################################
Media Query
###################################### */

@media (max-width:1022px) {

	.hero h1,
	.hero p {
		width: 100%;
	}
	
	.hero {
		background-image: url(../img/pano_me.jpg);
	}
	
	.hero1 {
		background-image: url(../img/pano1_me.jpg);
	}
	
	.hero3 {
		background-image: url(../img/pano3_me.jpg);
	}
	
	.hero4 {
		background-image: url(../img/pano4_me.jpg);
	}
	
	.hero5 {
		background-image: url(../img/pano5_me.jpg);
	}
	
	.hero6 {
		background-image: url(../img/pano6_me.jpg);
	}
	
	.hero7 {
		background-image: url(../img/pano7_me.jpg);
	}
	
	.hero8 {
		background-image: url(../img/pano8_me.jpg);
	}
	
	.hero9 {
		background-image: url(../img/pano9_me.jpg);
	}
}


@media (max-width:1022px) {

	.logo1 {
		display: none; 
	}
	
	h2 {
		font-size: 2em;
	}
}


@media (max-width:839px) {

	.tabs-title > a {
		font-size: 1rem;
	}
}


@media (max-width:718px) {

	.tabs-title > a {
		font-size: 0.59rem;
	}
}


@media (max-width:640px) {

.background {
	width: 100%;
	padding: 10px 10px;
	/*color: #e3000f;
	font-weight: bold;*/
	background-color: rgba(255,255,255, 0.8);
	border-radius: 10px;
}
	
	.nav-desktop {
		display: none;
	}

	.nav-desktop1 {
		display: none;
	}

	.title-bar {
	  /*opacity: 0.8; 
	  filter:Alpha(Opacity=60);*/
	background-image: url(../img/blauer_hintergrund.jpg);
  	/*background-color: #afcd00;*/
	}
	
	.hero {
		height: 430px;
		background-image: url(../img/pano_kl.jpg);
	}
	
	.hero1 {
		height: 430px;
		background-image: url(../img/pano1_kl.jpg);
	}
	
	.hero3 {
		height: 430px;
		background-image: url(../img/pano3_kl.jpg);
	}
	
	.hero4 {
		height: 430px;
		background-image: url(../img/pano4_kl.jpg);
	}
	
	.hero5 {
		height: 430px;
		background-image: url(../img/pano5_kl.jpg);
	}
	
	.hero6 {
		height: 430px;
		background-image: url(../img/pano6_kl.jpg);
	}
	
	.hero7 {
		height: 430px;
		background-image: url(../img/pano7_kl.jpg);
	}
	
	.hero8 {
		height: 430px;
		background-image: url(../img/pano8_kl.jpg);
	}
	
	.hero9 {
		height: 430px;
		background-image: url(../img/pano9_kl.jpg);
	}
}


@media (max-width:606px) {

	h3 {
	    font-size: 1.5em;
	}
}


