/*
	CSS Stylesheet

	GLOBAL MARKETING V4 CSS
    Frontend Template
	global.css
	V.1.0
    03.03.2017

	Immowelt
    www.immowelt.de

	Autor:
    Danilo Leicht

    -----------------------

    README
    Globales Stylesheet für das Marketing V4 Sytsem.
    Anpassungen haben nur Auswirkungen auf das Marketing V4 System.

	-----------------------
	TABLE OF CONTENT
	-----------------------
	1. Reset
    2. Header
	-----------------------

*/

/*-----------------------------------------------
    1. Reset
-------------------------------------------------*/

html, body, form {
	height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}

body {
	margin:0;
    background-color:#ffffff !important;
}

/* Set Content width 100%*/
#pageheader,
#basecontainer,
#pagecontent {
    width: 100% !important;
}



/*-----------------------------------------------
    2. Header
-------------------------------------------------*/

    #pageheader {
        position: relative !important;
    }

    /* Nav-Wrapper*/
    #pageheader .content {
        padding: 0 15%;
    }

    @media(max-width: 1200px) {
         #pageheader .content {
            padding: 0 5%;
        }
    }

    #pagecontent {
        background-image: none !important;
        padding-top: 0 !important;
        padding-left: 0;
    }

    .nav-menu li {
        margin-bottom: 0;
    }

    @media (max-width:980px) {
        #pageheader {
            background-color: #ffb200 !important;
            height: 80px !important;
        }

        .logo {
            margin-top: 20px !important;
            margin-bottom: 0 !important;
        }
    }

    @media (max-width:425px) {

        #pageheader {
            height: 80px !important;
        }

        .content {
            padding: 0 !important;
            height: 80px !important;
            width: 100%;
        }

        .logo {
            display: inline-block;
            width: 100% !important;
            text-align: center;
            margin-left: 0 !important;
            margin-top: 25px !important;
            margin-bottom: 0 !important;
        }

        .logo img {
            height: 30px;
            width: auto;
        }


    }

    @media (max-width:320px) {
        #pageheader {
            height: 60px !important;
        }

        .content {
            padding: 0 !important;
            height: 60px !important;
            width: 100%;
        }

        .logo {
            display: inline-block;
            width: 100% !important;
            text-align: center;
            margin-left: 0 !important;
            margin-top: 15px !important;
            margin-bottom: 0 !important;
            background-color: #ffb200;
        }

        .logo img {
            height: 28px;
            width: auto;
        }
    }



/*-----------------------------------------------
    2. Header
-------------------------------------------------*/

.linklist_social .icon-youtube-play { color: #ff0000 !important; }