﻿/*

      __                                              __   .__
    _/  |_  ___.__._______   ____    _____    ____  _/  |_ |__|___  __  ____
    \   __\<   |  |\_  __ \_/ __ \  /     \  /  _ \ \   __\|  |\  \/ /_/ __ \
     |  |   \___  | |  | \/\  ___/ |  Y Y  \(  <_> ) |  |  |  | \   / \  ___/
     |__|   / ____| |__|    \___  >|__|_|  / \____/  |__|  |__|  \_/   \___  >
            \/                  \/       \/                                \/

    Version 1.0
    05.11.2014

    ----

    - mobile nav animationen
    - alles aufgeräumt
    - itwheels design

*/

    @import url('https://fonts.googleapis.com/css?family=Oswald');


    body, p {
        font-family: 'Open Sans', sans-serif;
    }

/* farben */
/* ----------------------*/

    .red {
        color: #f19000;
    }

    .blue {
        color: rgba(34, 83, 157, 1);
    }

/* ----------------------*/


/* header */
/* ----------------------*/

    #header {
        /* background:linear-gradient( white, rgba(34, 83, 157, .2)) */
        background-image: url('../assets/verlauf_header.png');
        background-position: bottom;
        background-repeat: repeat-x;
    }

    .no-background {
        background-image: none !important;
    }

    #header .bigger {
        font-size: 22px
    }

    .search-results {
        position: relative;
        margin-bottom: 10px !important;
    }

    .search-results, .search-results div {
        height: 50px;
    }

     .results {
        color: rgb(0, 0, 0);
        position: absolute;
        bottom: 0;
        margin: 0;
        padding-left: 20px;
    }

    #header .results-link {
        font-size: 12px;
        xline-height: 24px;
        xpadding-top: 27px;
        margin: 0;
        position: absolute;
        bottom: 4px;
    }

    .orbit-prev, .orbit-next, .orbit-timer, .orbit-slide-number {
        visibility: hidden;
    }

	#itwheels .row .orbit-container .orbit-prev, #itwheels .row .orbit-container .orbit-next {
		visibility: visible;
	}

	.orbit-bullets {
        margin: 0;
        margin-top: 70px;
    }

    .orbit-bullets li.active {
        background: #f19000;
    }

/* ----------------------*/

    h3 {
        padding-bottom: 25px;
    }

/* slider */
/* ----------------------*/

    #top-slider {
        position: relative;
        overflow: hidden;
    }

/* ----------------------*/


/* content */
/* ----------------------*/

    #content {
        padding: 50px 0;
        background-color: rgba(34, 83, 157, .07);
    }

    #content p, #news p, #round_buttons h4 {
        /*color: rgb(34,83,157);*/
        color: #000000;
    }

    .red-flag div p, .red-flag p {
        padding-top: 40px;
        position: relative;
    }

    .red-flag div p:before {
        content:url('../assets/roter_kreis.png');
        position: absolute;
        transform: scale(.5);
        top: 0px;
        left: -10px;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
    }

    ul li {
        color: #000000;
    }

/* ----------------------*/


/* navigation */
/* ----------------------*/

    .top-bar-section ul li {
        margin: 0 1px;
    }

    .top-bar-section ul li>a {
        font-size: 0.9rem;
        letter-spacing: .6px;
        font-weight: 200;
    }

    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: rgb(222,26,33);
    }

    @-webkit-keyframes topbar-dropdown {
        0% { -webkit-transform: translateY(-100%); opacity: 0; }
        100% { -webkit-transform: translateY(0); opacity: 1.0; }
    }

    @-moz-keyframes topbar-dropdown {
        0% { -moz-transform: translateY(-100%); opacity: 0; }
        100% { -moz-transform: translateY(0); opacity: 1.0; }
    }

    @-ms-keyframes topbar-dropdown {
        0% { -ms-transform: translateY(-100%); opacity: 0; }
        100% { -ms-transform: translateY(0); opacity: 1.0; }
    }

    @keyframes topbar-dropdown {
        0% { transform: translateY(-100%); opacity: 0; }
        100% { transform: translateY(0); opacity: 1.0; }
    }

    .top-bar .title-area {
        position: relative;
        z-index: 1;
    }
    .top-bar-section > ul {
        z-index: 0;
    }

    .expanded .top-bar-section > ul {
        -webkit-animation: topbar-dropdown 0.2s ease-in-out;
        -moz-animation: topbar-dropdown 0.2s ease-in-out;
        -ms-animation: topbar-dropdown 0.2s ease-in-out;
        animation: topbar-dropdown 0.2s ease-in-out;
    }

    @media screen and (min-width: 768px) {
        .top-bar-section > ul {
            position: initial;
            z-index: initial;
        }
    }

/* ----------------------*/


/* tabellen */
/* ----------------------*/

    table {
        border-spacing: 0;
        /* responsive layout hack */
        table-layout: auto;
    }

        table tr th {
            color: #fff !important;
            background-color: rgb(241, 144, 0);
            text-align: center;
        }

        table tr td {
            color: #000;
            text-align: center;
        }

        table tr:nth-child(odd) {
            background-color: rgba(105, 105, 105, 0.1);
        }

        table tr:hover {
            background-color: rgba(97, 97, 97, 0.2);
        }

/* ----------------------*/


/* login */
/* ----------------------*/

    .login-box {
        display:block;
        width:300px;
        height:300px;
        line-height:30px;
        border-radius: 50%;
        color:#f5f5f5;
        text-decoration:none;
        background: #f19000;
        font-size:20px;
        font-weight:bold;
        xmargin: auto;

        -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.53);
        -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.53);
        box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.53);

        margin-top: 10px;

    }

        .login-box input[type="text"], .login-box input[type="password"] {
            text-align: center;
        }

        .login-box p {
            color: #fff !important;
        }

        .login-box h1 {
            color: #fff;
            margin: 0;
            padding: 0;
            padding-top: 10px;
            font-style: italic;
        }

        .login-box span {
            margin: 0px;
            padding: 0px;
            font-size: 16px;
        }

            .login-box span a {
                color: #fff;
                font-weight: 100;
            }

        .login-box div {
            padding-top: 50px;
            padding: 5px 30px 0 30px;
        }

        .login-box p {
            margin: 5px;
        }

        .login-box .button {
            background-color: #000000;
        }

    .login-wrapper {
        position: absolute;
        right: 15px;
        z-index: 999;
    }

    .orbit-bullets {
        margin-top: 30px;
    }

/* ----------------------*/


/* runder button */
/* ----------------------*/

    #buttons-overview {
        padding: 30px 0;
    }

    .round-button {
        margin-bottom: 40px;
        display:block;
        width:120px;
        height:120px;
        line-height:115px;
        border-radius: 50%;
        color:#f5f5f5;
        text-align:center;
        text-decoration:none;
        background: #FF9900;
        font-size:20px;
        font-weight:bold;
        margin: auto;
        margin-bottom: 30px;
    }

        .round-button:hover {
            background: #fbbb5b;
        }

        .round-button img {
            width: 50%;
        }

/* ----------------------*/


/* news */
/* ----------------------*/

    #news {
        padding: 50px 0;
        background-color: rgba(34, 83, 157, .04);
    }

    #news h1 {
        color: #f19000;
        font-size: 36px;
    }

    #news h4 {
        /*color: rgba(34, 83, 157, 1);*/
        color: #000000;
    }

    #news .image-wrapper {
        max-height: 130px;
        height: 130px;
        margin: 20px 0;
    }

    #news .image-wrapper img {
        height: 100%;
        width: auto;
    }
    #news .image-wrapper.supply-chain {
        margin-top: 18px;
        margin-bottom: 30px;
    }

    .footer-text {
        margin-top: 27px;
    }

/* ----------------------*/


/* itwheels */
/* ----------------------*/

    #itwheels {
        /*background:linear-gradient( white, rgba(0, 0, 0, .2));*/
        background-image: url('../assets/verlauf_itwheels.png');
        background-position: bottom;
        background-repeat: repeat-x;
        padding: 30px 0;
    }

    #itwheels h3 {
        color: rgb(0,0,0);
        font-family: 'Oswald', sans-serif;
    }

    #itwheels h3 .blue {
        color: rgb(241,145,0);
    }

    #itwheels p {
        color: #000;
    }

    #gutachten h3 {
        color: rgb(0,0,0);
        font-family: 'Oswald', sans-serif;
        font-size: 19px;
    }

    #gutachten ul li {
        color: #000;
    }

    .orange {
        color: rgb(241,145,0) !important;
    }
/* ----------------------*/


/* mitarbeiter */
/* ----------------------*/

    .mitarbeiter {
        padding-bottom: 30px;
        font-size: 15px;
    }

        .mitarbeiter span {
            color: rgba(34, 83, 157, 1);
        }

        .mitarbeiter img {
            padding: 10px 0;
        }

		.mitarbeiter div {
			padding-top: 25px;
		}


/* ----------------------*/


/* footer */
/* ----------------------*/

    #footer {
        padding: 50px 0;
    }

    #footer ul {
        color: rgba(34, 83, 157, 1);
        list-style-type: none;
        margin: 0;
        margin-bottom: 20px;
    }

    #footer ul li a {
        /*color: rgba(34, 83, 157, .6);*/
        color: #b7b5b5;
    }

/* ----------------------*/

    .search-button {
        background-color: #f19000;
        height: 45px;
        width: 45px;
        padding: 0;
        left: -5px;
        float: left !important;

        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .search-button:hover {
        background-color: rgb(241, 170, 102);
        margin-left: 5px;

        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .search-button a img {
        padding-top: 10px;
        padding-left: 5px;
        width: 70%;
    }

    .gutachten {
        padding-bottom: 30px
    }

    .gutachten h3, .gutachten a {
        color: #f29100;
    }

    .image-container-gut {
        padding-bottom: 30px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.53);
        -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.53);
        box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.53);
    }

    .felgen-info {
        margin: auto;
        position: absolute;
        width: 90%;
        margin-top: 20px;
    }

    .felgen-info h3 {
        padding-left: 20px;
    }


    .felgen-info ul {
        list-style: none;
    }


    select {
        height: 28px;
        -webkit-appearance: menulist !important;
        background-image: none;
    }

    .search {
        border-radius: 35px 0 0 35px;
        color: #fff;
        font-size: 14px;
    }

    .search_inline {
        border-radius: 35px;
        color: #fff;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #logo {
        margin-top: 6px;
        xwidth: 90%;
        width: 273px;
        float: left;
    }

    .flags {
        width: 26px;
        padding: 15px 0;
        max-width: 30px;"
    }


    .reshead {
        padding-bottom: 50px;
    }

	/* ab hier der CSS für Blätterfunktion */
	#blaetterLeiste a, #blaetterLeiste span{
		display: block;
		width: 29px;
		height: 29px;
		border: 1px solid #ccc;
		float: left;
		text-decoration: none;
		text-align: center;
		line-height: 29px;
		font-size: 10pt;
		color: #000;
	}

	#blaetterLeiste span {
		font-weight: bold;
		background-color: #CCC;
	}

	#blaetterLeiste a:hover{
		background-color: #E1E1E1;
	}

		#blaetterLeiste1 a, #blaetterLeiste1 span{
		display: block;
		width: 24px;
		height: 24px;
		border: 1px solid #ccc;
		float: left;
		text-decoration: none;
		text-align: center;
		line-height: 24px;
		font-size: 10pt;
		color: #000;
	}

	#blaetterLeiste1 span {
		font-weight: bold;
		background-color: #CCC;
	}

	#blaetterLeiste1 a:hover{
		background-color: #E1E1E1;
	}

	.myUl li{
		list-style: none;
		margin-top: 4px;
	}

	.myUl li:before{
		content: '';
		display: inline-block;
		width: 13px;
		height: 13px;
		background-image: url('/assets/roter_kreis.png');
		background-size: contain;
	}

	.service_height p {
		height: 140px;
	}


/* ----------------------*/


/* Reifensuche */
/* ----------------------*/

	#search-sidebar {
		border-radius: 15px;
		background-color: #DEE1F2;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 12px;
		color: rgb(34,83,157);
	}
	#search-sidebar select, #search-sidebar input {
		font-size: 12px;
	}
	#search-sidebar input[type="checkbox"] {
		float: right;
		margin-right: 50px;
	}
	#suche-auswahl {
		border-radius: 15px;
		background-color: white;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 12px;
		color: rgb(34,83,157);
	}
	#suche-auswahl hr {
		margin: 6px auto 20px auto;
	}
	#suche-auswahl img {
		width: 100%;
	}
	#symbole img{
		width: 30% !important;
	}
	.top-bar-section ul li {
		margin: 0;
	}

    h1, h3 {
        color: #f19000 !important;
    }

    a#anmeldung_new p {
        background: #000000 !important;
    }

    .header-text {
        min-height: 166px;
        overflow: hidden;
    }

    .image-wrapper.index-page.reifen {
        height: 140px !important;
    }

    .supply-chain-text {
        font-size: 17.4px;
    }
    .icon.sixt {
        background: url('/assets/sixt_neuwagen.png') no-repeat;
        width: 350px;
        height: 22px;
    }
    .icon.sixt:hover {

        background: url('/assets/sixt_neuwagen_hover.png') no-repeat;
        width: 350px;
        height: 22px;
    }