/* CSS Document */

body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d70a7+0,3d70a7+100&0.1+0,0.3+100 */
	background: -moz-linear-gradient(top, hsla(211,47%,45%,0.1) 0%, hsla(211,47%,45%,0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, hsla(211,47%,45%,0.1) 0%,hsla(211,47%,45%,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, hsla(211,47%,45%,0.1) 0%,hsla(211,47%,45%,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3d70a7', endColorstr='#4d3d70a7',GradientType=0 ); /* IE6-9 */
}

/* DESKTOP / MOBILE RULES */
.desktop-hide {
	display:none;
}
.mobile-hide {
	display:block;
}

/* LIST RULES */
ol, ul {
	margin-left:17px;
	margin-top: 0rem;
	margin-bottom: 1rem;
}
ol li, ul li {
	line-height:1.9rem;
}



/* TOP-LOGO RULES */
.background-fade-1 {
	position: relative;
	top: 0px;
	left: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d70a7+0,3d70a7+100&0.2+0,0+100 */
	background: -moz-linear-gradient(top, hsla(211,47%,45%,0.2) 0%, hsla(211,47%,45%,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, hsla(211,47%,45%,0.2) 0%,hsla(211,47%,45%,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, hsla(211,47%,45%,0.2) 0%,hsla(211,47%,45%,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333d70a7', endColorstr='#003d70a7',GradientType=0 ); /* IE6-9 */
	height: 82px;
}
.background-fade-2 {
	background-color: hsla(0,0%,100%,0);
	position: relative;
	left: 0px;
	height: 35px;
	z-index: -100;
}
.logo-header {
	margin-top: 15px;
	margin-bottom: 20px;
	z-index: 100;
	position: absolute;
	left: -20px;
	top: 0px;
	width: 260px;
	height: 145px;
	background-image: url(../img/site/Glocken_Logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position:left;
}
.logo-liner {
	position: relative;
	left: 220px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: hsla(353,100%,45%,1);
	height: 115px;
	width: 100%;
}
.header-box {
	width: 150%;
	position: relative;
	height: 120px;
	margin-bottom: 0px;
}
.zeiten-header {
	position:absolute;
	font-size:1.2rem;
	left:40%;
	top:30px;
	z-index: 100;
}



/* SKELETON RULES */
.container {
	width: 80%;
	background-color: hsla(0,100%,100%,0.4);
	margin-bottom: 20px;
	border-radius: 10px 10px 10px 10px;
}
.column,
.columns {
	margin-left: 4%;
}
.column:first-child,
.columns:first-child {
	margin-left: 0;
}

.one.column,
.one.columns                    { width: 4.66666666667%; }
.two.columns                    { width: 13.3333333333%; }
.three.columns                  { width: 22%;            }
.four.columns                   { width: 30.6666666667%; }
.five.columns                   { width: 39.3333333333%; }
.six.columns                    { width: 48%;            }
.seven.columns                  { width: 56.6666666667%; }
.eight.columns                  { width: 65.3333333333%; }
.nine.columns                   { width: 74.0%;          }
.ten.columns                    { width: 82.6666666667%; }
.eleven.columns                 { width: 91.3333333333%; }
.twelve.columns                 { width: 100%; margin-left: 0; }

.one-third.column               { width: 30.6666666667%; }
.two-thirds.column              { width: 65.3333333333%; }

.one-half.column                { width: 48%; }

/* Offsets */
.offset-by-one.column,
.offset-by-one.columns          { margin-left: 8.66666666667%; }
.offset-by-two.column,
.offset-by-two.columns          { margin-left: 17.3333333333%; }
.offset-by-three.column,
.offset-by-three.columns        { margin-left: 26%;            }
.offset-by-four.column,
.offset-by-four.columns         { margin-left: 34.6666666667%; }
.offset-by-five.column,
.offset-by-five.columns         { margin-left: 43.3333333333%; }
.offset-by-six.column,
.offset-by-six.columns          { margin-left: 52%;            }
.offset-by-seven.column,
.offset-by-seven.columns        { margin-left: 60.6666666667%; }
.offset-by-eight.column,
.offset-by-eight.columns        { margin-left: 69.3333333333%; }
.offset-by-nine.column,
.offset-by-nine.columns         { margin-left: 78.0%;          }
.offset-by-ten.column,
.offset-by-ten.columns          { margin-left: 86.6666666667%; }
.offset-by-eleven.column,
.offset-by-eleven.columns       { margin-left: 95.3333333333%; }

.offset-by-one-third.column,
.offset-by-one-third.columns    { margin-left: 34.6666666667%; }
.offset-by-two-thirds.column,
.offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

.offset-by-one-half.column,
.offset-by-one-half.columns     { margin-left: 52%; }


/* MENU DESKTOP RULES */
.menu-box {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: hsla(353,100%,45%,1);
	padding-left: 200px;
}
.menu-box ul {
    margin: 0;
    padding: 0;
	height:20px;
}
.menu-box li {
	margin-bottom: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bolder;
	color: hsla(220,1%,45%,1);
	line-height: 1.2rem;
}
.menu-box a {
	display: block;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.menu-box a:first-of-type {
	padding-left: 20px;
}
li.dropdown {
    display: inline-block;
	padding-bottom:10px;
}
.dropdown-content {
	border-radius: 0px 0px 5px 5px;
	margin-top: 10px;
	display: none;
	position: absolute;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+10,0.8+100 */
	background: -moz-linear-gradient(top, hsla(0,0%,100%,1) 0%, hsla(0,0%,100%,1) 10%, hsla(0,0%,100%,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, hsla(0,0%,100%,1) 0%,hsla(0,0%,100%,1) 10%,hsla(0,0%,100%,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, hsla(0,0%,100%,1) 0%,hsla(0,0%,100%,1) 10%,hsla(0,0%,100%,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 8px 16px 0px hsla(0,0%,0%,0.2);
}
.dropdown-content a {
	color: hsla(220,1%,45%,1);
	text-decoration: none;
	display: block;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.dropdown-content a:first-of-type {
	padding-left: 20px;
}
.dropdown-content a:last-of-type {
	border-radius: 0px 0px 5px 5px;
}
.dropdown-content a:hover {
	color:hsla(353,100%,45%,1);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d70a7+0,3d70a7+100&0.1+0,0.3+100 */
	background: -moz-linear-gradient(top, hsla(211,47%,45%,0.1) 0%, hsla(211,47%,45%,0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, hsla(211,47%,45%,0.1) 0%,hsla(211,47%,45%,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, hsla(211,47%,45%,0.1) 0%,hsla(211,47%,45%,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3d70a7', endColorstr='#4d3d70a7',GradientType=0 ); /* IE6-9 */
}
.dropdown:hover .dropdown-content {
    display: block;
}



/* ANGEBOTE RULES */
.angebot-box {
	background-color: hsla(0,0%,100%,0.4);
	line-height: 2.2rem;
	margin-top:20px;
	padding:10px;
	width:46%;
	float:right;
	min-height:150px;
}
.angebot-box:nth-child(even) {
	margin-right:0px;
	float:left;
}
.angebot-box-full {
	width:100%;
	float:left;
	line-height: 2.2rem;
	margin-top:10px;
}
.angebot-artikel {
	font-size: 2.2rem;
	line-height: 2.5rem;
	font-weight: 600;
	color: hsla(220,1%,45%,1);
}
.angebot-text {
	line-height: 2.2rem;
	font-size:1.3rem;
	font-weight:400;
}
.angebot-statt {
	font-size:1.3rem;
	font-weight:400;
}
.angebot-nur {
	line-height: 2.5rem;
	font-size: 2.2rem;
	font-weight: 600;
	color: hsla(353,100%,45%,1);
}
.angebot-rechtetext {
	line-height: 1.5rem;
	font-size:1.0rem;
	font-weight:300;
}



/* NOTDIENST */
#notdienstsuche {
	position: relative;
	left: 0px;
	color: hsla(220,1%,45%,1);
	width: 302px;
	height: 69px;
	background-color: #fff;
	padding: 0;
	border: 1px solid #bfbfbf;
	margin: 0;
	top: 20px;
}
#zipcityEmergency {
	height: 23px;
	position: absolute;
	top: 13px;
	left: 47px;
	color: hsla(220,1%,45%,1);
	width: 180px;
	background-color: #fff;
	padding: 0;
	border: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 3rempx;
	line-height: 3rempx;
}



/* BESTELLUNG RULES */
form {
	margin-top:10px;
}
form fieldset {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #dddddd;
	background-color: hsla(0,0%,100%,0.35);
	border-radius: 8px;
}
label.error {
	color: hsla(353,100%,45%,1);
	font-size: 0.7em;
	font-weight: 300;
}
input.error {
	background-color: hsla(353,97%,38%,0.3) !important;
}
#tabs {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
label {
	padding-left:2px;
	font-size:12px;
	padding-bottom:0px;
}
form h6 {
	font-weight:600 !important;
	line-height:normal;
}


/* FOOTER RULES */
.legal-links {
	font-size: 1.2rem;
}
.footer-text {
	font-size: 1.2rem;
}
.footer-icons {
	text-align: justify;
}
.footer-icons > img {
    width: 38px;
    height: 38px;
	display: inline-block;
    vertical-align: top;
	border-radius: 5px 5px 5px 5px;
	border:0;
}
.footer-icons:after {
    content: "";
    width: 100%;
    display: inline-block;
}

/*  KUNDENPROGRAMM  */
.column-text-2 {
	margin-top:20px;
	width:47%;
	float:left;
}
.column-text-2:first-of-type {
	margin-right:5%;
}