/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #8c0000;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia CCC - verekia.com/initializr/responsive-template
   ========================================================================== */

body{
	background:#fff;
	color:#666;
	font-family:'Droid Serif', Arial, Helvetica, sans-serif; 
	font-size:1em;
	line-height:1.4em; 
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6{
	font-weight:400;
	font-family:'Oswald', Arial, Helvetica, sans-serif; 
	line-height:1.5em;
	margin:.45em 0;
	padding:0;
} 
.wrapper {
    width: 90%;
    margin: 0 5%;
}
	/* --- images ------------------ */

		.flexible {
		height: auto;
		margin-bottom: 1.5em;
		max-width: 100%;
	}

	* html .flexible {

		width: 98%;
	}
	

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 15 px solid #fffff2;
	  border-top: 2px solid #FFF;
	  color:#FFF;
}


}

.header-container { 
 background: #fff;
}
.footer-container {
	color: #FFF;
   background: #8E0E00;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #1F1C18, #8E0E00);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #1F1C18, #8E0E00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.main aside {
  
}


/* ==============
    MOBILE: Menu
   ============== */


.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
		background-color: #fff ;
    color: black;
    padding: 0px 5% 10px;
}

.footer-container, title footer {
     color:#FFF;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   /*----------------------------------------selbstgemachte Überschriften -------------------------------------------------*/
   .hinweis {
    background-image: linear-gradient( 135deg, #79F1A4 10%, #0E5CAD 100%);
    }
	
	.cc {background-image: linear-gradient( 135deg, #FFAA85 10%, #B3315F 100%);
   .col-container {
    display: table;
    width: 100%; }
}
 .tai {background-image: linear-gradient( 135deg, #F05F57 10%, #360940 100%);}

.col {
    display: table-cell;
    padding: 16px;
}
   
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}


<div class="tooltip">Hover over me
  <span class="tooltiptext">Tooltip text</span>
</div>
   
section#bar {
	width:100%;
	position:relative;	
	background: #d2d2d1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e7e5), color-stop(100%,#d2d2d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e8e7e5 0%,#d2d2d1 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #e8e7e5 0%,#d2d2d1 100%); /* W3C */
	
	margin-bottom:42px;
	border:0px solid orange;
}

section#bar:before,section#bar:after{    
    position:absolute;
    bottom:-35px;
    content:'';
    width:50%;
    height:35px;
}
section#bar:before	{
    background: url('claus/img/shadow-links.png') no-repeat top left; 	
    left:0px;
} 

section#bar:after{    
    background: url('claus/img/shadow-rechts.png') no-repeat top right; 	
    right:0px;
}

#bar p {
	float:left;
}

#bar form {
	float:right;
	padding:20px 10px;
}
   
 /* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}  
   
 .gallery{
		background:url(../img/sep-hor.gif) no-repeat 50% 0;
		padding:2px 0;
		position:relative;
		margin:0 auto;
		width:81.25%;
		position:relative;
	}
	.gallery:after{
		content:"";
		position:absolute;
		bottom:0;
		left:0;
		background:url(../img/sep-hor.gif) no-repeat 50% 0;
		width:100%;
		height:2px;
	}
   .slides{
		list-style:none;
		overflow:hidden;
		padding:0;
		width:100%;
	}
	.slides li{
		padding:0;
		position:relative;
		background:url(../img/sep-vert.gif) no-repeat 50% 50%;
	}
	* +html .slides li{
		display:inline;
		zoom:1;
		margin:0;
	}
	.slides blockquote{
		float:right;
		width:48%;
		margin:2.5em 0 0;
	}
	.slides blockquote:first-child{float:left;}

#haupt-center
{ width: auto;
  height:auto;
  padding-top:10px;
  text-align: left;
  font-size:40px;
   color: #d9a300;
  background: transparent;
  text-shadow: 1px 2px #d90036;
  }
  #haupt
{ width: auto;
  height:auto;
  padding-top:10px;
  text-align: links;
  font-size:35px;
  color: #b38600;
  background: transparent;
  text-shadow: 1px 2px #b3002d;
  }
#haupt-h1
{ width: auto;
  height:auto;
  font-size:40px;
  padding-top:10px;
  text-align: left;
  color: #004040;
  background: transparent;
  text-shadow: 1px 1px #66001a;
  }
  #haupt-l
{ width: auto;
  height:auto;
   font-size:30px;
     color: #1a6600;
  padding-top:10px;
  text-align: center;
  background: transparent;
  text-shadow: 1px 1px #B30000;
  }

  #haupt-h2
{ width: auto;
  font-size:24px;
  padding-top:10px;
  text-align: left;
  color: #000;
  background: transparent;
  text-shadow: 1px 1px #6b8145;
  }

  #haupt-h3

{ width: auto;
  height:auto;
  font-size:24px;
  padding-top:10px;
  text-align: left;
  color: #D90000;
  background: transparent;
  text-shadow: 1px 1px #6b8145;
  }
 


  #haupt-linksklein
{ width: auto;
  height:auto;
  font-size:20px;
    color: #468C00;
  padding-top:10px;
  text-align: left;
  background: transparent;
  text-shadow: 1px 1px #6b8145;
  }
    #haupt-linkssmall

{ width: auto;
  height:auto;
  font-size:13px;
    color: #4D6600;
  padding-top:5px;
  text-align: left;
  background: transparent;
  text-shadow: 1px 1px #6b8145;

  }


.circular {

	display:block;	
    width: 200px;
    height: 200px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 22px;
	border-color: rgba(0, 0, 0, 0.3);
        overflow:hidden; 

}

.boxrund {

-moz-border-radius: 88px; 
border-radius: 88px; 
-webkit-transition: all 1s ease; 
-moz-transition: all 1s ease; 
-o-transition: all 1s ease; 
transition: all 1s ease; 

}

.boxrund:hover {

-moz-border-radius: 20px; 
border-radius: 20px;

}

.circular {

	display:block;	
    width: 200px;
    height: 200px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 22px;
	border-color: rgba(0, 0, 0, 0.3);
        overflow:hidden; 
}

#rot{
		font-size: 228.57143%;
		line-height: 1.3125;
		margin: 0 0 0.65625em 0;
		font-weight: bold;
		color: #8c0000;
		  background: transparent;
  text-shadow: 1px 1px #6b8145;

	}


   .float-left {
		float:left;
		display:inline;
		margin: 1.5em 1em 0 0;
	}

	.float-right {
		float:right;
		display:inline;
		margin: 1.5em 0 0 1em;
	}
	.center {
		display:block;
		text-align:center;
		margin: 1.5em auto 0 auto;
	}
     
	.rand{
		
		border-color: rgba(0, 0, 0, 0.3);
		border-radius: 0.2em;
		border-style: solid;
		border-width: 1px;
		-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
		box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);

		margin: 0 0 1.5em 0;
		padding: 1.42857em;
		-webkit-box-shadow: 0 7px 15px #aaa;
           -moz-box-shadow: 0 7px 15px #aaa;
                box-shadow: 0 7px 15px #aaa;
				border-top: 0 7px solid #aaa;
	}
.rahmen {
  border: 2px white solid;
		-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
		margin-bottom: 1.5em;
}
	.gold {
		color:#FDE3A7;
	}
	.dimmed {
		color:#888;
	}
.hell {
   color:#FDE3A7;
}

.bordered {
		border: 2px white solid;
		-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
		margin-bottom: 1.5em;
	}

	.highlight {
		color: #FDE3A7;
	}
		.box {
		border-color: rgba(0, 0, 0, 0.3);
		border-radius: 0.3em;
		border-style: solid;
		border-width: 1px;
		-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
 		color: rgba(0, 0, 0, 0.8);
		margin: 0 0 1.5em 0;
		padding: 1.42857em;
		-webkit-box-shadow: 10px 10px 5px #aaa;
           -moz-box-shadow: 10px 10px 5px #aaa;
                box-shadow: 10px 10px 5px #aaa;

	}

.lind {
	background: #DDFFA3;
		}

	.erfolg{
	background: #899483;
	}
	.warm {
		background:#cc8;
	}
	.bg {
	background:#A67A57;
	}




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
		
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
	color: #FFF;	
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
		color: #FFF;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 33%;
		border-color: rgba(0, 0, 0, 0.3);
		border-radius: 0.3em;
		border-style: solid;
		border-width: 1px;
		-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
 		color: rgba(0, 0, 0, 0.8);
		margin: 0 0 1.5em 0;
		padding: 1.42857em;
		-webkit-box-shadow: 10px 10px 5px #aaa;
           -moz-box-shadow: 10px 10px 5px #aaa;
                box-shadow: 10px 10px 5px #aaa;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
  Druckstyles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}