/* Version: 05.05.2014 */
@import "compass/css3";

body {
	font-family: 'Raleway', sans-serif;
	background-color:#fff;
	color:#696969;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	font-size:14px;
	line-height:1.42857143;
}

#Home{
	font-family: 'Raleway', sans-serif;
	background-color:transparent;
	background:url(../images/img4.jpg) no-repeat left top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
	height:100vh;
	max-height:100vh;
	overflow:hidden;
	position:relative;
}

#Ref{
	font-family: 'Raleway', sans-serif;
	background-color:#333;
	min-height:100vh;
	background-attachment:fixed;
}

#Ref ul li ul li a{
	color:#000;
}

#Bio{
	font-family: 'Raleway', sans-serif;
	background-color:#39F;
	background:url(../images/img3.jpg) no-repeat left top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
	min-height:100vh;
	overflow:hidden;
	position:relative;
	padding:5% 0;
}

#Shop{
	font-family: 'Raleway', sans-serif;
	background-color:#39F;
	background:url(../images/img5.jpg) no-repeat left top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
	height:100vh;
	max-height:100vh;
	overflow:hidden;
}

#Kontakt{
	font-family: 'Raleway', sans-serif;
	background-color:#F96;
	background:url(../images/img1.jpg) no-repeat left top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
	height:100vh;
	max-height:100vh;
	position:relative;
}

.light{
	font-weight:300;
}

.quoteblock{
	height:10%; 
	width:100%; 
	padding-top:20px;
}

#menu{
	width:100%;
	background-color:#fff;
	color:#fff;
}

#menu ul{
	list-style:none;
	padding:10px 0;
}

#menu ul a{
	color:#fff;
	text-decoration:none;
	background-color:#333;
}

#menu ul li{
	display:inline;
	font-size:20px;
	padding:0 20px;
}

p {margin:0;}

h1{
}

h2{
	margin: 0px;
	line-height: 23px;
	font-size: 18px;
	font-weight: normal;
}

h3{
}

.smallheader_cond{
	font-weight:300;
	color:#000;
	padding:0;
}

.header_small{
	font-size:20px;
}

.text_small{
	font-size:11px;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #A7A9A4;
	box-shadow: -0.5px 3px 15px #999;
}

#rahmen_top {
	padding: 0px;
}

#rahmen_bottom {
	padding: 0px;
}

#content{ 
	padding: 20px;
}

#box_top{

}

#box_right{
	float:right;
}

#box_left{
	float:left;
}

#footer{
	
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; 
}

a:link {
	color: #696969;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #696969;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

a:active{
	text-decoration: none;
	color: #696969;
}

.color_1{
	color: #000;
}

.color_2{
	color: #fff;
}

ul {
	margin-left:5px;
	padding-left:9px;
	margin-top:0px;
	list-style-type: disc;
}

li {
	margin: auto;
	padding: 0;
}

.clear{
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
}

.bild1{
	display:block;	
}

.bild2{
	display:none;
}

.refnr {
	
}

.blocksatz{
    text-align: justify;
    text-align-last: justify;
}

.blocksatz:after{
    content: "";
    display: inline-block;
    width: 100%;
}

p:empty {
	height: 18px;
}

#referenzenText{
	margin:0 auto; 
	width:90%; 
	top:50%;
	transform:translateY(-50%); 
	position:relative; 
	background-color:rgba(255,255,255,.8); 
	border-radius:2px; 
	padding:20px;
}

#headline{
	margin:0 auto; 
	width:90%; 
	top:50%;
	transform:translateY(-50%); 
	position:relative; 
	text-align:center; 
}

.headlineText{
	font-family: 'Raleway', sans-serif;
	color:#fff;
	margin: 0px;
	line-height: 0.7em;
	font-size: 5em;
	font-weight: normal;
	text-shadow:2px 2px 2px #000;
	padding-top:30px;
	padding-bottom:30px;
}

#bioText{
	margin:0 auto; 
	width:90%; 
	position:relative; 
	background-color:rgba(255,255,255,1);   
	padding:20px;
}

.überuns{
	text-align:justify;
	width:65%;
	float:left;
	padding:0 30px;
}

#shopText{
	margin:0 auto; 
	width:90%; 
	top:50%;
	transform:translateY(-50%); 
	position:relative; 
	background-color:rgba(255,255,255,1);  
	border-radius:2px; 
	padding:20px;
	text-align:center;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
			background-color:rgba(255,255,255,0.85);
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
			text-align:left;
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
	list-style:square;

}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
	left: 15px;
	margin-left: 0;
	top: 17px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
			}
			
.carousel_img{
	width: 100px;
	height:100px;
}
			/* 
_______________________

KAPITÄCHEN, BULLETPOINT
_______________________

<span class="capital" style="float: left; width: 43px; height: 20px; line-height: 47px; background: transparent; font-size: 38px; margin-top: -5px; margin-right: -32px; margin-bottom: 5px; background-color: transparent;">I</span>

ul li { 
background: url(bp.jpg) no-repeat 2px 5px; padding-left:8px;
}

 

_______________________

BUTTON MIT HOVER
_______________________

.button a {
	background: #123487 scroll right top ;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 200px;
    height: 30px;
    cursor: pointer;
   	display: block;
    position: relative;
    padding: 12px 0 0 0;
    margin:15px 0px;
}
.button a:hover {
	background:#2d5aae;
}

 

_______________________

BUTTON MIT ANIMATION
_______________________

.bewerben {
	background-image:url(pfeil.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #e5000a;
	float: right;
	margin: 20px 40px 20px 40px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.bewerben:hover {	
	background-position: 15px center;
	}

.bewerben a {
	display: inline-block;
    padding: 15px 20px 14px 50px;
	color: #fff;
	}
.bewerben a:hover { color: #fff; 
	text-decoration: none;
}

HTML-Part
<div class="bewerben">
<a href="#" target="_blank"><strong>HIER BEWERBEN</strong></a> </div>
</div>

 

_______________________

MARKIERTER TEXT
_______________________

::selection {
background: #ffb7b7;
}
::-moz-selection {
background: #ffb7b7;
}
*/

#cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #d6e0eb; 
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}
