@charset "UTF-8";

body {
    	font-family: Lucida Grande, Helvetica, sans-serif;
		font-size: 14px;
		line-height:22px;
		background-color: #afc8d4;
    	margin: 0;
    	padding: 0;
    	text-align: center; 
    	color: #000000;
    }

.rot { color:#660000; }
.weiss { color: #FFFFFF; }
.grau { color: #747d84; }
.blau { color: #afc8d4; }
.dklblau { color: #99b8c5; }
.dklgrau { color: #626262; }

/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


a:link {
	color: #99b8c5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #afc8d4;
}
a:hover {
	text-decoration: underline;
	color: #626262;
}
a:active {
	text-decoration: none;
	color: #626262;
}


	
h1,h2,h3 {
	font-family: Lato, sans-serif;
	letter-spacing: 0.5px;
	color:#99b8c5;
	text-shadow: 0px 1px 0px #fff;
	line-height: 25px;
}

h1 {
	font-size: 24px;
}

h1 span, h2 span {
	font-weight: 300;
}	

h1.teaser {
	color:#747d84;
	text-shadow: 0px 1px 0px #fff;
	font-size: 20px;
	text-align: center;
	line-height: 24px;
	margin-bottom: 45px;
	margin-top: 25px;
}

h2,h3 {
	margin-top: 45px;
}

h2 {
	font-size: 18px;
}
.clearall {
	clear: both;
}
.abstand { margin-top:-8px; }

.abstandtop { margin-top: 40px;}

.abstandrechts { margin-right: 45px; }

.bildlinks {
	float: left;
	margin-right: 25px;
	margin-bottom: 120px;
}

.kastenlinks {
	float: left;
	width: 45%;
	margin-right: 25px;	
}

.kastenrechts {
	float: left;
	width: 45%;
}

.kasten100 {
	width: 95%;
	margin-top: 50px;
	float: none;
}

#schmuck {
	position: relative;
	float: right;
	margin-top: 0;
	padding: 0;
	z-index: 1;
}

#logo {
	float: left;
	margin-left: 25px;
	width:190px;
	height:139px;
}


.oneColElsCtr #container {
	width: 1038px;
	margin: 0px auto 0 auto; 
	padding-top:0px;
	text-align: left; 
	background-color: #fff;
	border-left: 1px solid #626262;
	border-right: 1px solid #626262;
	border-bottom: 1px solid #626262;
	margin-bottom: 25px;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.3);
	overflow: hidden;
}
	
.oneColElsCtr #mainContent { 
	float: none;
	padding: 0 60px;
	margin-top: -50px;
}


/*------------------Navigation------------------*/


#nav {
	position: absolute;
	width:1038px;
	z-index:0;
	top: 160px;
	background-color:#afc8d4;
}

#nav ul  {
	margin: 0 0 0 15px;
	padding: 0px;
	overflow: hidden;
  	list-style-type: none;
  }

#nav ul li {
	float: left;
	height:30px;
    padding: 5px 5px 1px 5px;
    font-size: 15px;
    font-weight: 300;
    background-color: #afc8d4;
    margin-bottom: 0px;
    margin-right: 10px;
    color: #fff;
	border-top: 1px solid rgba(175,200,212,0.0);
	border-bottom: 1px solid rgba(175,200,212,0.0);
}

#nav li:hover, #nav li.current {
    background-color: #fff;
    color: #afc8d4 !important;
	border-top: 1px solid rgba(175,200,212,0.8);
	border-bottom: 1px solid rgba(175,200,212,0.8);
}

#nav li a {
    display: block;
    color: #fff;  
    text-decoration: none;
}

#nav li:hover a:link, #nav li.current a,
#nav li:hover a:visited  {
    color: #afc8d4;
}





/* Media Querie max 480px  |  Smartphones 
------------------------------------------------------------------------ */

@media screen and (max-width:680px){

.oneColElsCtr #container {
	width: auto;
	margin: 0px auto 0 auto; 
	padding-top:0px;
	text-align: left; 
	background-color: #fff;
	border-left: 1px solid #626262;
	border-right: 1px solid #626262;
	border-bottom: 1px solid #626262;
	margin-bottom: 25px;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.3);
	overflow: hidden;
}

.oneColElsCtr #mainContent { 
	margin-top: 140px;
}

#nav {
	position: absolute;
	width:auto;
	z-index:0;
	top: 160px;
	background-color:#afc8d4;
}

#schmuck {
	display: none;
}


.kastenlinks {
	float: left;
	width: 95%;
	margin-right: 25px;	
}

.kastenrechts {
	float: left;
	width: 95%;
}


.abstand { margin-top:-8px; }

.abstandtop { margin-top: 40px;}

.abstandrechts { margin-right: 45px; }

.bildlinks {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}


}
