/* This CSS file is part of the HTML5 / CSS3 tutorial on http://www.lingulo.com */

/* GLOBAL */
body
{
        border-top:5px solid #8a080a;
        background:#fff;
        font-family: 'Open Sans', sans-serif;
        color:#333333;
}

input
{
        font-family: 'Open Sans', sans-serif;
        font-size:14px;
        padding: 5px;
        outline: 0;
        border:0;
        width:150px;
        background: #fff;
        border-radius:5px;
}


input[type=submit]
{
        width:auto;
        padding: 3px 18px;
        line-height:25px;
        text-shadow:none;
        cursor:pointer;
        box-shadow: none;
        background: #333333;
        color: #fff;
}

p
{
        margin:5px 0;
        line-height:25px;
}

a
{
        text-decoration:none;
        color:inherit;
        transition: color .5s ease;
}

strong
{
        font-weight:bold;
}

figcaption strong
{
        border-bottom: 1px solid #D6D0C1;
        padding-bottom:10px;
        margin: 10px 0;
        display:block;
}

figcaption
{
        line-height: 25px;
        font-size:14px;
        width:200px;
}

hr
{
        background-color: #D6D0C1;
        border:0;
        height:1px;
        margin:20px 0 10px 0;
        max-width: 870px;
}


/* HEADER */

header
{
        position:relative;
        width:auto;
        margin: 0 auto 20px auto;
}

header h1
{
        margin:5px 0 0 180px;
        font-size:15px;
        color:#000;
        font-family: 'Baumans', cursive;
}
header .logo
			{
        margin:35px 0 0 150px;
			}

header p
{
        font-family: 'Open Sans', sans-serif;
        font-size:16px;
        color: #4A463B;
        margin-left:132px;
}
.head_right
{
    width:200px;
    float:left;
    display: block;
    right:50%;
    position:absolute;
    margin-right:-380px;
    margin-top: -90px;
    border-left: #6b6967 3px solid;
    color: #6b6967;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.head_right h2
{
    color: #6b6967;
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
}
.head_right label
{
    width: 110px;
    float: left;
    padding: 4px;
    font-size: 13px;
}
.head_right span
{
    width: 70px;
    float: left;
    padding: 4px;
    font-size: 13px;
}
.head_right2
{
    width:250px;
    float:left;
    display: block;
    right:50%;
    position:absolute;
    margin-right:-380px;
    margin-top: -110px;
    border-left: #6b6967 3px solid;
    color: #6b6967;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.head_right2 h2
{
    color: #6b6967;
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
}
.head_right2 label
{
    width: 160px;
    float: left;
    padding: 4px;
    font-size: 13px;
}
.head_right2 span
{
    width: 70px;
    float: left;
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
}
.set_center
{
    max-width: 1400px;
    margin:0 auto;
   }


nav
{
        margin:35px 0 0 150px;
}

nav ul
{
        list-style:none;
}

nav ul li
{
        display:block;
        float:left;
        padding:23px 15px;
}

nav ul li a
{
        font-family: 'Open Sans', sans-serif;
        text-transform:uppercase;
        transition: all .25s ease;
        font-weight: bold;
}
nav ul li a.logout
{
        padding: 3px;
        border: #fff 1px solid;
        font-size: 10px;
        margin-left: 30px;
}

nav ul li a:hover
{
        color:#aa4c4d;
}

#mobileMenu
{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
}

#mobileMenu ul li
{
        display:block;
        background-color: #8a080a;
        color: #fff;
        padding: 12px 0;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px solid #fff;
}
#mobileMenu li.logout
{
    display:block;
    background-color: #fff;
    color: #8a080a;
    padding: 12px 0;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #8a080a;
}

.toggleMobile
{
        display: none;
}

/* 3 COLUMNS */

#boxcontent
{
        width:auto;
        max-width:900px;
        margin:0 auto;
        padding:70px 0 45px 0;
}

#box_oben
{
width:100%;
background: #0527a6 url("../img/logo_tp.png") repeat-x left center;
background-size:contain;
float:left;
min-height: 300px;
}

/*
*
* Page Loaders
* --------------------------------------------------
*/
.page-loader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 9999999;
    background: #fff;
    transition: .3s all ease;
  }

  .page-loader.loaded {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }

  .page-loader.loaded .mid-truck-face-right,
  .page-loader.loaded .small-truck-face-left {
    animation: none;
  }

  .page-loader.ending {
    display: none;
  }

  .page-loader .page-loader-body {
    text-align: center;
  }

  .cssload-container {
    width: 100%;
    height: 80px;
    text-align: center;
  }

  .cssload-zenith {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    box-shadow: 3px 3px 1px #ff6b4f;
    animation: cssload-spin 690ms infinite linear;
    -o-animation: cssload-spin 690ms infinite linear;
    -ms-animation: cssload-spin 690ms infinite linear;
    -webkit-animation: cssload-spin 690ms infinite linear;
    -moz-animation: cssload-spin 690ms infinite linear;
  }

  @keyframes cssload-spin {
    100% {
      transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @-o-keyframes cssload-spin {
    100% {
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @-ms-keyframes cssload-spin {
    100% {
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @-webkit-keyframes cssload-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @-moz-keyframes cssload-spin {
    100% {
      -moz-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

#box_left
{
        max-width:500px;
        margin:0 0 0 150px;
        padding: 15px 0 45px 0;
        float:left;
}

#box_left h1 {
    color: #F4F307;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px;
    margin: 0 0 20px 0;
}

#box_left li {
    width: 400px;
    background: url(../img/haken.png) no-repeat left center;
    padding: 0 0 0 30px;
    color: #fff;
    font-weight: bold;
    margin: 20px 0 5px 10px;
    text-align: left;
    font-size: 15px;
}

#box_right
{
        width:400px;
        padding:25px 0 45px 0;
        float:left;
        display: block;
        right:50%;
        position:absolute;
        margin-right:-480px;

}

.login_box
{
    background-color: #8a080a;
    box-shadow: 0 0 8px 0 rgba(161, 161, 161, 0.5);
    border: 8px solid #fff;
    height: 220px;
}

.login_box h4
{
color: #fff;
font-size: 15px;
font-weight: bold;
padding: 10px 0 10px 10px;
}

.login_box label
{
color: #fff;
font-size: 15px;
margin: 15px 0 10px 10px;
width: 150px;
float: left;
display: block;
}

.login_box input
{
margin: 5px 0 10px 30px;
width: 170px;
}

#boxcontent article
{
        float:left;
        width:250px;
        margin-right:45px;
        font-size:14px;
}

#boxcontent article h3
{
        font-family: 'Open Sans', sans-serif;
        font-size:20px;
        margin-bottom:10px;
        margin-left:75px;
}

#boxcontent article img
{
        float:left;
}

#boxcontent article p
{
        line-height:25px;
        font-family: 'Open Sans', sans-serif;
        margin-left:75px;
}

#slider_content1, #slider_content2, #slider_content3
{
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        width:350px;
        position:absolute;
        top:15%;
        left:15%;
        display:none;
        z-index:11;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3
{
        color:#EBE8DE;
        font-size:25px;
        font-weight:bold;
        margin-bottom:10px;
        background-color:#333333;
        padding:10px 15px;
        border-radius: 15px 0 15px 0;
        display:inline-block;
}

#slider_content1
{
        display:block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p
{
        margin:0 0 30px 0;
        color:#4a463b;
        background-color:#EBE8DE;
        padding:10px 15px;
        border-radius: 5px;
}


/* BUTTONS */

.button
{
  padding:5px 10px;
  border: 1px solid #fff;
  background: #333333;
  color: #fff;
  text-decoration:none;
  border-radius:5px;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
  margin:2px 0 0 10px;
}

.button:hover
{
        background:none #EBE8DE;
        border-color: #EBE8DE;
        text-shadow:none;
        color: #4A463B;
}

.button_login
{
        padding:5px 5px;
        border: 1px solid #fff;
        background: #333333;
        color: #fff;
        text-decoration:none;
        border-radius:5px;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
        margin-left: 125px;
        margin-top: 20px;
    margin-bottom: 10px;
}

.button_login:hover
{
        background:none #EBE8DE;
        border-color: #EBE8DE;
        text-shadow:none;
        color: #4A463B;
}

/* SPACER */

#spacer
{
        width:auto;
        height:70px;
        background-color:#8a080a;
        position:relative;
        font-family: 'Open Sans', sans-serif;
        color:#fff;
        font-size:14px;
}

#spacer p
{
        margin-top:22px;
        width:auto;
        position:absolute;
        left:50%;
        margin-left:-450px;
}

#spacer .search
{
        margin-top:15px;
        width:auto;
        position:absolute;
        right:50%;
        margin-right:-480px;
}


/* FOUR COLUMNS */

#four_columns, #text_columns
{
        line-height:25px;
        font-family: 'Open Sans', sans-serif;
        clear:both;
        width:auto;
        max-width:1050px;
        margin-left: auto;
        margin-right: auto;
}

#four_columns h2, #text_columns h3
{
        font-size:20px;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;
}

#text_columns h4
{
        font-size:20px;
        border-bottom: 1px solid #D6D0C1;
        padding: 5px 0;
        margin-bottom: 20px;
}


#four_columns .img-item
{
        float:left;
        margin-right:25px;
}

#four_columns .img-item a
{
        position:relative;
        display:block;
}

.thumb-screen
{
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:113px;
        background: #000 url(img/zoom.png) center center no-repeat;
        z-index:99;
        opacity: 0;
        transition: opacity .5s ease;
}

.thumb-screen:hover
{
        opacity:0.5;
}


/* TWO COLUMNS */
#chart
{
    font-size:14px;
    float:left;
    position: relative;
    margin: 0 auto 20px auto;
	height: 325px;
    width: 880px;
    text-align: left;
}

#text_columns article.column1, #text_columns .column2
{
        margin: 70px 0;
        font-size:14px;
        float:left;
        width:auto;
        max-width: 450px;
}
#text_columns article.column6
{
        margin: 70px 0;
        font-size:14px;
        float:left;
        width:auto;
}
#text_columns article.column6 h2
{
        font-weight: bold;
}

#text_columns .column2
{
        margin: 120px 0;
}

#text_columns article.column3
{
        padding: 20px 20px 0 20px;
        font-size:14px;
        float:left;
        width:auto;
        max-width: 250px;
}
#text_columns article.column4
{
        margin: 0 20px 20px 0;
        padding: 20px 20px 0 0;
        font-size:14px;
        float:left;
        width:auto;
        max-width: 450px;
}

#text_columns article.column4 p
{
        min-width: 280px;
}
.set_wm
{
        margin-top: 20px;
}

#text_columns article.column5
{
        margin: 0 20px 20px 20px;
        padding: 20px 20px 0 0;
        font-size:14px;
        float:left;
        width:auto;
        max-width: 850px;
}

#text_columns article.column5 h2
{
        font-size: 16px;
        font-weight: bold;
        border-bottom:#444444 1px solid;
}
#text_columns article.column5 h4
{
        width: 470px;
        font-weight: bold;
        border-bottom:#444444 1px solid;
}
#text_columns article.column5 p
{
        margin-bottom: 10px;
}

#text_columns label
{
        width: 170px;
        float: left;
}
#text_columns span
{
        width: 60px;
        float: left;
        font-weight: bold;
}
#text_columns a
{
        width: 200px;
        float: left;
        margin-top: 10px;
        text-decoration: underline;
}


#abStats
{
    float: left;
    width: 250px;
    border-bottom: 1px #d6d0c1 solid;
}
.abMod
{
        background-color: #F7F7F7;
}
#abEk
{
    float: left;
    width: 600px;
    border-bottom: 1px #d6d0c1 dashed;
}
#abEkk
{
    float: left;
    width: 600px;
    margin-bottom: 35px;
}
#abEkName
{
    float: left;
    width: 470px;
}
#abEkCode
{
    float: left;
    width: 130px;
}
#abEkCode a
{
    float: left;
    width: 125px;
    text-decoration: none;
    margin: 0;
}
#ausZ
{
    float: left;
    width: 550px;
    margin-bottom: 5px;
}
#ausZy
{
    float: left;
    width: 900px;
    margin-bottom: 5px;
}
#ausZy a
{
    float: left;
    margin: 0;
}
#ausZy label
{
    width: 170px;
    font-weight: bold;
}
#ausZy span
{
    width: 700px;
    font-weight: normal;
}
#ausZ label
{
    width: 80px;
    font-weight: bold;
}
#ausZ span
{
    width: 400px;
    font-weight: normal;
}
#ausZ h4
{
    border-bottom: none;
}

#ausZ input
{
    border: #4A463B 1px solid;
    width: 255px;
    float: left;
    margin-right: 10px;
}
#ausZ input[type=submit]
{
    margin:10px 0 0 80px;
    width: 260px;
}

#ausId
{
        float: left;
        width: 130px;
       margin-left: 10px;
}
#ausIdd
{
        float: left;
        width: 40px;
       margin-left: 10px;
}
#ausFl
{
        float: left;
        width: 130px;

}
#ausLn
{
        float: left;
        width: 190px;
}
#ausWs
{
        float: left;
        width: 270px;
}
#ausWss
{
        float: left;
        width: 350px;
}
#ausWss a
{
        float: left;
        width: 350px;
}
#ausLn a
{
        float: left;
        width: 150px;
        margin: 0;
}
.wm
{
    width: 800px!important;
    margin: 0 0 20px 0!important;
    float: left;
}
.edit
{
width: 60px!important;
float: left;
}
.wspw
{
        width:200px!important;
}
.wspwbtn
{
        margin-left: 200px!important;
}

#refsaok
{
        color: darkgreen;
        float: left;
        width: 70px;
        margin-left: 20px;
}
#refsastorno
{
        color: rgb(138, 31, 13);
        float: left;
        width: 70px;
        margin-left: 20px;
}
#refsaneu
{
        color: rgb(201, 182, 15);
        float: left;
        width: 70px;
        margin-left: 20px;
}
#ausZZ
{
    float: left;
    width: 500px;
    margin-bottom: 40px;
}
.kuend
{
    float: left;
    width: 470px!important;
    border-top: #4A463B 1px solid;
}
#mem_profil
{
    float: left;
    width: 480px;
}
#mem_profil label
{
    float: left;
    width: 200px;
    margin-bottom: 5px;
}
#mem_profil input
{
    float: left;
    width: 250px;
    border: #4A463B 1px solid;
    margin-bottom: 5px;
}
#mem_profil input[type=checkbox]
{
    float: left;
    width: 30px;
}
#chart_tage {
    width: 900px;
    float: left;
	padding:3px;
}
#chart_tage h1, #chart_tagex h1, #chart_tagexx h1{
    width:86px;
    float: left;
	background:#333333;
	color:#ffffff;
	font-size:0.9em;
	margin:0;
	padding:2px;
}
#chart_tage h1.cr, #chart_tagex h1.cr, #chart_tagexx h1.cr{
	width:210px;
	text-align:center;
}
#chart_tage h1.first, #chart_tagex h1.first, #chart_tagexx h1.first{
	width:80px;
}
#chart_tage h1.last, #chart_tagex h1.last, #chart_tagexx h1.last{
	width:88px;
}
#chart_tag{
	width:80px;
	float:left;
	font-size:0.9em;
	padding:2px;
	font-weight:bold;
}
#chart_wert{
	width:83px;
	float:left;
	font-size:0.9em;
	padding:2px;
	margin:0 0 0 3px;
}
#chart_wertl{
	width:70px;
	float:left;
	font-size:0.9em;
	padding:2px;
	margin:0 0 0 8px;
}
#chart_wertl a{
    margin: 0!important;
    font-weight: normal;
}
#chart_wert_cr{
	width:190px;
	float:left;
	font-size:0.9em;
    padding:2px;
    margin-left: 20px;
}
#chart_wert_cr span{
	width:50px;
	float:left;
	text-align:center;
}
#chart_dest{
	width:880px;
	float:left;
	border-bottom:1px #F3EEEE solid;
}

#chart_dest_last {
	width:880px;
	float:left;
}
#chart_destx{
	width:335px;
	float:left;
	border-bottom:1px #F3EEEE solid;
}
#chart_dest_lastx {
	width:335px;
	float:left;
}
#chart_destxx{
	width:250px;
	float:left;
	border-bottom:1px #F3EEEE solid;
}
#chart_dest_lastxx {
	width:250px;
	float:left;
}
.ah4
{
    width: auto!important;
    margin: 0 5px 0 0!important;
}
a.chart_back {
	float: left;
	width:725px!important;
	margin:8px 0 8px 15px;
	font-weight:bold;
}
a.chart_backx {
	float: left;
	width:500px;
	margin:8px 0 8px 15px;
	font-weight:bold;
}
a.chart_vor {
	float: left;
	width:100px;
	margin:8px 0 8px 0;
	font-weight:bold;
}
#ct_back {
	float: left;
	width:650px;
}
.pro_temp
{
   width: auto!important;
   float: none!important;
}
.plz
{
    width: 50px!important;
}
.ort
{
    width: 170px!important;
    margin-left: 17px;
}
#agbnotok{
    float:left;
     width:600px;
     margin:5px 0 0 0;
}
.agbok {
     float:left;
     width:30px!important;
     margin:0;
}
a.agb_temp {
color:#4E61ED;
}
.row
{
        position:relative;
        margin: 40px 0 0 50px;
        float:right;
        width:350px;
}

.row img
{
        float:left;
}

.row p
{
        margin-left: 100px;
}

.rocket, .clock
{
        top:0;
        left:0;
        position:absolute;
        height: 80px;
}

.rocket:hover
{
        opacity:0;
        transition: opacity 0.4s ease 0.2s;
        animation-name: stylie-transform-keyframes;
        animation-duration: 700ms;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        animation-iteration-count: 1;
        transform-origin: 0 0;
}

.clock:hover
{
        animation-name: stylie-transform2-keyframes;
        animation-duration: 100ms;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        transform-origin: 0 0;
}



/* FOOTER */

footer
{
        position:relative;
        clear:both;
        width:auto;
        height:350px;
        background:#333333;
}
footer.intern
{
        position:relative;
        clear:both;
        width:auto;
        height:70px;
        background:#333333;
}

footer .wrapper
{
        line-height:25px;
        margin: 0 auto;
        padding-top:30px;
        width:auto;
        max-width:1050px;
        font-size:14px;
}

footer .wrapper .column
{
        font-family: 'Open Sans', sans-serif;
        color:#ababab;
        float:left;
        width:280px;
        margin-right:20px;
}

footer .wrapper .column.midlist ul li
{
        display:block;
        width:auto;
        padding:0 0 10px 25px;
        margin-bottom:10px;
        border-bottom: 1px solid #444444;
        background:url(../img/arrowright2.png) left 6px no-repeat;
}

footer .wrapper .column.midlist ul li a:hover
{
        color:#fff;
}

footer .wrapper .column.rightlist ul li
{
        display:block;
        width:auto;
}

footer .wrapper .column.rightlist ul li a span
{
        margin-left:95px;
        display:block;
        text-decoration: underline;
}

footer .wrapper .column.rightlist ul li a img
{
        transition: border .25s ease;
        float:left;
        border:3px solid #444444;
}

footer .wrapper .column.rightlist ul li a img:hover
{
        border-color: #5e5e5e;
}

footer .wrapper .column h4
{
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid #444444;
        padding: 0 0 10px 0;
        margin-bottom: 10px;
}

#copyright
{
        background: #1D1D1D;
        height:70px;
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
}
#copyright .wrapper
{
        font-family: 'Open Sans', sans-serif;
        padding-top:25px;
        color: #5e5e5e;
        font-size:14px;
        position:relative;
}
#copyright .wrapper .social
{
        position:absolute;
        right:0;
        top:25px;
}
#copyright .wrapper .social a
{
        transition: opacity .25s ease;
        opacity: 0.3;
        margin-left: 12px;
        display:block;
        float:left;
}
#copyright .wrapper .social a:hover
{
        opacity: 0.7;
}
#copyright .wrapper a
{
        color: #ABABAB;
}

#copyright .wrapper a:hover
{
        color: #fff;
}


/* SKIPLINK */
.go-top
{
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: 1em;
        display: none;
}

.go-top:hover
{
        background-color: rgba(0, 0, 0, 0.6);
}


/* SLIDESHOW */
/* Prevent the slideshow from flashing on load */
.slidesjs-container
{
        border-top: 1px #d6d0c1 solid;
}
#slides
{
        display: none
}

/* Center the slideshow */
.container
{
        width:auto;
        margin: 0 auto;
        position:relative;
        background: #0527a6;
}

/* Show active item in the pagination */
.slidesjs-pagination .active
{
        color:red;
}

#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
{
        display:none;
        color:#000;
}


/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media (max-width: 1215px)
{
        #slider_content1, #slider_content2, #slider_content3
        {
                width:auto;
                margin-right:50px;

        }
        #slider_content1 h2, #slider_content2 h2, #slider_content3 h2
        {
                font-size:18px;
        }
        #slider_content1 p, #slider_content2 p, #slider_content3 p
        {
                font-size:14px;
        }
        #slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
        {
                display:inline;
        }
        .container .button
        {
                display:none;
        }

        header h1
{
        margin:5px 0 0 180px;
        font-size:15px;
        color:#000;
        font-family: 'Baumans', cursive;
}
#box_oben
{
width:100%;
background: #0527a6 url("../img/logo_tp.png") repeat-x left center;
float:left;
}
header .logo
			{
        margin:35px 0 0 150px;
			}

}


@media (max-width: 915px)
{
        #boxcontent article
        {
                float: none;
                margin: 30px auto 0 auto;
                width: 60%;
        }

        #box_right
{
	margin: 0 0 0 150px;
	position: inherit;
}
.mobile {
  display: none;
}

#box_left
{
height: 130px;
}
#chart
{
    display: none;
}
#abEk
{
    float: left;
    width: 300px;
    border-bottom: 1px #d6d0c1 dashed;
}
#abEkCode
{
        display: none;
}
        #spacer
        {
                font-size:13px;
        }
        #spacer .search
        {
                margin-top:19px;
                margin-right:-385px;
        }
        #spacer p
        {
                margin-left:-370px;
        }
        input
        {
                padding:4px;
                font-size:14px;
        }
        input[type="submit"]
        {
                padding: 3px 14px;
        }
        #four_columns
        {
                width: 500px;
        }
        #four_columns .img-item:nth-of-type(3), #four_columns .img-item:nth-of-type(4)
        {
                margin-top: 25px;
        }
        #text_columns article.column1, #text_columns .column2
        {
                float:none;
                max-width: 500px;
                margin: 50px 30px 0 180px;
        }
        #text_columns article.column3
        {
                margin: 10px 30px 0 20px;
                padding: 20px 20px 0 0;
                font-size:14px;
                float:left;
                width:auto;
                max-width: 250px;
        }
        #text_columns article.column4
        {
                margin: 10px 30px 0 20px;
                padding: 20px 20px 0 0;
                font-size:14px;
                float:left;
                width:auto;
                max-width: 300px;
        }
        #text_columns article.column5
        {
                margin: 10px 30px 0 20px;
                padding: 20px 20px 0 0;
                font-size:14px;
                float:left;
                width:auto;
        }
        #text_columns article.column5 h4
        {
                width: auto;
        }
        #text_columns article.column5 a
        {
                width: auto;
                margin: 0;
                float:none;
        }
        .column2 .row
        {
                float:none;
                margin:0 0 40px 50px;
        }
        footer .wrapper .column
        {
                font-size: 12px;
                width: 230px;
        }
        input
			{
        font-family: 'Open Sans', sans-serif;
        font-size:12px;
        padding: 4px;
        outline: 0;
        border:0;
        width:120px;
        background: #fff;
			}
			nav
			{
        margin:35px 0 0 100px;
			}
			nav ul li
			{
        display:block;
        float:left;
        padding:23px 10px;
            }
            .login_box label
{
color: #fff;
font-size: 12px;
margin: 15px 0 10px 10px;
width: 120px;
}
.button_login
{
        margin: 0 0 0 240px;
}
#box_left li {
    margin: 10px 0 5px 10px;
}

			header h1
{
        margin:5px 0 0 130px;
        font-size:15px;
        color:#000;
        font-family: 'Baumans', cursive;
}
header .logo
			{
        margin:35px 0 0 100px;
            }
            .head_right2
        {
            display: none;
        }


}

@media (max-width: 765px)
{
        .container
        {
                height:1px;
                top: -1500px;
        }
        header
        {
                height:120px;
                margin-top: 80px;
        }
        header h1
        {
                margin:5px 0 0 210px;
                font-size:15px;
        }
        .head_right
        {
            display: none;
        }
        header .logo
			{
        margin:35px 0 0 180px;
			}

        #spacer nav
        {
                display:none;
        }
        #spacer
        {
                height:50px;
        }
        #spacer p
        {
                text-align:center;
                position:static;
                margin: 0 auto;
                padding:15px 0 7px 0;
        }
        #spacer .search
        {
                position:static;
                margin: 0 0 0 100px;
                padding:0 0 0 30px;
        }
        input
        {
			margin: 10px 0 0 0;
        }
        footer
        {
                padding-bottom:70px;
                height: auto;
        }
        footer .wrapper
        {
                width: 350px;
                margin: 0 auto;
        }
        footer .wrapper .column
        {
                margin-top:30px;
                float:none;
                font-size: 14px;
                width: auto;
        }
        footer .wrapper .social
        {
                margin-top: 20px;
                left: 0;
        }
        #mobileMenu
        {
                display: block;
                z-index: 99;
        }
        .button {
          border-radius: 5px;
        }

        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 40px;
                height: 36px;
                cursor: pointer;
                z-index: 999;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute;
                width: 40px;
                height: 8px;
                left: 0;
                background: #8a080a;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 14px;
        }
        .toggleMobile span.menu3
        {
                top: 28px;
        }
        .toggleMobile.active span.menu1
        {
                top: 14px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                background: #fff;
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                background: #fff;
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        #box_right
{
	margin: 0 0 0 120px;
	position: inherit;
}
#box_left
{
height: 130px;
margin: 0 0 0 120px;
}
#text_columns article.column1, #text_columns .column2
        {
                float:none;
                max-width: 500px;
                margin: 50px 30px 0 80px;
        }


}

@media (max-width: 500px)
{
        header
        {
            margin-top: 80px;
            text-align: center;
        }
        #spacer
        {
                height:auto;
                padding-bottom:15px;
        }
        #four_columns
        {
                width:auto;
        }
        #four_columns .img-item
        {
                width: 200px;
                float:none;
                margin: 25px auto 0 auto;
        }
        #four_columns h2
        {
                margin: 0 30px;
        }
        #text_columns article.column5 h4
        {
                width: auto;

        }
        #text_columns article.column5 h2
        {
                border: none;

        }
        #text_columns article.column5 p
        {
                font-size: 13px;
        }
        .column2 .row
        {
                margin: 0 0 40px 10px;
                width:auto;
        }
        #ausZy {
          width: 400px;
        }

        #ausZ
        {
            width: auto;
        }
        #ausId
        {
            width: 50px;
        }
        #ausFl {
          width: 90px;
        }
        #refsaok {
          width: 30px;
        }
        #refsaneu {
          width: 30px;
        }
        #ausZ span {
          width: 280px;
          margin-left: 5px;
        }
        #ausZ label {
          width: 80px;
        }
        #ausZ h4 {
          width: auto;
        }
        #ausZZ{
          width: auto;
        }
        #mem_profil
        {
            width: auto;
        }
        #mem_profil label
        {
            width: 150px;
        }
        #mem_profil input
        {
            width: 150px;
        }
        #mem_profil input[type=submit]
        {
            margin-left: 150px!important;
        }
        #ausWss
        {
                width: 200px;
        }
        #ausWss a
        {
                font-size: 12px;
                width: 200px;
        }
        #ausId {
          width: 55px;
        }
        .wm {
          width: auto!important;
        }
        .ort
        {
            width: 90px!important;
            margin-left: 10px;
        }
        .plz
        {
            width: 40px!important;
        }

        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }
        input
        {
                width: 90%;
                margin: 10px 0 0 0;
        }
        #ausZ input[type=submit]
{
        width: 80%;
        margin-left: 50px;
        padding: 5px;
}

        #spacer .search
        {
                position:static;
                width: auto;
                margin: 0 0 0 10px;
        }

        #mobileMenu
        {
                display: block;
                z-index: 99;
        }
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 40px;
                height: 30px;
                cursor: pointer;
                z-index: 999;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute;
                width: 30px;
                height: 8px;
                left: 0;
                background: #8a080a;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 14px;
        }
        .toggleMobile span.menu3
        {
                top: 28px;
        }
        .toggleMobile.active span.menu1
        {
                top: 14px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                background: #fff;
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                background: #fff;
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        #spacer nav
        {
                display:none;
        }
        header h1
        {
                margin:5px 0 0 110px;
                font-size:15px;
        }
        header p
        {
                margin-left: 60px;
                font-size:14px;
        }
        header h1
			{
        margin:5px 0 0 5px;
        font-size:15px;
        color:#000;
        font-family: 'Baumans', cursive;
			}
			header .logo
			{
        margin:35px 0 0 0;
			}
			#box_right
{
	margin: 0 0 0 10px;
	position: inherit;
}
#box_left
{
  width: 100%;
height: 80px;
margin: 0 0 0 5px;
}
#box_left h3 {
    color: #F4F307;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    margin: 0 0 10px 10px;
}

#box_left li {
    width: 90%;
    background: url(../img/haken.png) no-repeat left center;
    padding: 0 0 0 30px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px 20px;
    text-align: left;
}
.login_box
{
    position: relative;
    background-color: #8a080a;
    box-shadow: 0 0 8px 0 rgba(161, 161, 161, 0.5);
    border: 8px solid #fff;
    width: 90%;
    height: 185px;
    margin: 5px 0 0 10px;
}

.login_box h4
{
color: #fff;
font-size: 15px;
font-weight: bold;
padding: 10px 0 10px 10px;
}

.login_box label
{
color: #fff;
font-size: 12px;
margin: 15px 0 10px 5px;
width: 150px;
float: left;
display: block;
}

.login_box input
{
margin: 5px 0 10px 5px;
width: auto;
border: 0!important;
}
.button_login
{
        padding:3px 10px;
        margin: 0 0 0 60%;
        font-size: 12px;
}
.button {
  padding: 5px;
  width: 90%;
  margin: 10px 0 0 5px;
}
#text_columns article.column1, #text_columns .column2
        {
                float:none;
                max-width: 500px;
                margin: 50px 30px 0 40px;
        }
}


/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}
