/*------------------------------------------------------------------------
# "Hot One Page" - Commercial Joomla Template
# Copyright (C) 2012 HotThemes. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

/* overwrite hot_one_page's settings */

*, div {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: #e7e4e5;
    color: #928383
}

body div.row-2,
body div.row-4 {
    background-color: #e7e4e5;
}


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

h1 {
    padding: 30px 0;
    margin: 0;
    line-height: normal;
}

h2, h2 a {
    padding: 30px 0 15px;
    margin: 0;
    line-height: normal;
}

.mp_user1 h2, .mp_user4 h2, .mp_bottom2 h2 {
    text-transform: uppercase;
}

h3 {
    margin: 30px 0 15px;
    padding: 0;
}

h4 {
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
}

/* overwrite joomla.css */

div.finder label, div.finder br {
    display: none;
}

.readmore {
    font-size: 13px;
    text-transform: uppercase;
}

/* forms */

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

legend {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.input {
    margin: 0;
    padding: 0;
}

.inputbox, textarea {
    background: #ddd;
    border: 1px solid #fff;
    padding: 5px;
    font-size: 18px;
    margin: 10px 0;
}

.button {
    border: 1px solid #444;
    padding: 15px;
    color: #999;
    background: #444;
    text-transform: uppercase;
    width: auto !important;
}

form {
    margin: 0;
    padding: 0;
}

/* lists */

ul, ol {
    margin: 15px 45px;
    padding: 0;
}

li {
    margin: 0;
    padding: 0 0 10px 0;
}

div.item-page ol li, div.item-page ul li {
    margin: 0 0 10px 0;
    padding: 0;
}

/*ul.arrow li {*/
/*    list-style-image: url(../images/bullet_arrow_right.png);*/
/*}*/

/*ul.arrowleft li {*/
/*    list-style-image: url(../images/bullet_arrow_left.png);*/
/*}*/

/*ul.calendar li {*/
/*    list-style-image: url(../images/bullet_calendar.png);*/
/*}*/

/*ul.checklist li {*/
/*    list-style-image: url(../images/bullet_tick.png);*/
/*}*/

/*ul.delete li {*/
/*    list-style-image: url(../images/bullet_delete.png);*/
/*}*/

/*ul.email li {*/
/*    list-style-image: url(../images/bullet_email.png);*/
/*}*/

/*ul.file li {*/
/*    list-style-image: url(../images/bullet_file.png);*/
/*}*/

/*ul.folder li {*/
/*    list-style-image: url(../images/bullet_folder.png);*/
/*}*/

/*ul.heart li {*/
/*    list-style-image: url(../images/bullet_heart.png);*/
/*}*/

/*ul.information li {*/
/*    list-style-image: url(../images/bullet_information.png);*/
/*}*/

/*ul.lock li {*/
/*    list-style-image: url(../images/bullet_lock.png);*/
/*}*/

/*ul.pencil li {*/
/*    list-style-image: url(../images/bullet_pencil.png);*/
/*}*/

/*ul.person li {*/
/*    list-style-image: url(../images/bullet_person.png);*/
/*}*/

/*ul.rss li {*/
/*    list-style-image: url(../images/bullet_rss.png);*/
/*}*/

/*ul.shop li {*/
/*    list-style-image: url(../images/bullet_shop.png);*/
/*}*/

/*ul.song li {*/
/*    list-style-image: url(../images/bullet_song.png);*/
/*}*/

/*ul.star li {*/
/*    list-style-image: url(../images/bullet_star.png);*/
/*}*/

/*ul.star2 li {*/
/*    list-style-image: url(../images/bullet_star2.png);*/
/*}*/

/*ul.trash li {*/
/*    list-style-image: url(../images/bullet_trash.png);*/
/*}*/

/*ul.tweak li {*/
/*    list-style-image: url(../images/bullet_tweak.png);*/
/*}*/

/*ul.unlock li {*/
/*    list-style-image: url(../images/bullet_unlock.png);*/
/*}*/

/*ul.warn li {*/
/*    list-style-image: url(../images/bullet_warning.png);*/
/*}*/

/* typography */

.warning {
    padding: 15px 15px 15px 60px;
    color: #000;
    border-top: 4px solid #c10000;
    border-bottom: 4px solid #c10000;
    background: #FFDE25 url(../images/warning.png) no-repeat center left;
}

.info {
    padding: 15px 15px 15px 60px;
    color: #006699;
    border-top: 4px solid #006699;
    border-bottom: 4px solid #006699;
    background: #bde1ff url(../images/info.png) no-repeat center left;
}

.error {
    padding: 15px 15px 15px 60px;
    color: #900;
    border-top: 4px solid #900;
    border-bottom: 4px solid #900;
    background: #f8b5b5 url(../images/error.png) no-repeat center left;
}

.typewriter {
    background: url(../images/typewriter_bg.png);
    padding: 20px 15px 20px 30px;
    color: #000;
    font-family: "Courier New", Courier, monospace;
    line-height: 20px;
    text-align: left;
}

blockquote {
    margin: 0;
    padding: 15px 15px 15px 75px;
    font-size: 125%;
    font-style: italic;
    font-family: serif;
    line-height: normal;
    background: url(../images/quotes.png) top left no-repeat;
}

.dropcap:first-letter {
    font-size: 300%;
    font-weight: bold;
    float: left;
    margin: 0 10px 5px 0;
}

span.p_number {
    font-size: 400%;
    font-weight: bold;
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
    line-height: 40px;
}

.inset_left {
    display: block;
    float: left;
    width: 150px;
    font-style: italic;
    margin: 15px 15px 15px 0;
}

.inset_right {
    display: block;
    float: right;
    width: 150px;
    font-style: italic;
    margin: 15px 0 15px 15px;
}

.inset_title {
    font-weight: bold;
    display: block;
}

img.img_left {
    float: left;
    margin: 0 30px 30px 0;
}

img.img_right {
    float: right;
    margin: 0 0 30px 30px;
}


/* tags */

ul.tags {
    margin: 10px 0;
    padding: 0;
    text-align: center;
}

ul.tags li {
    display: inline-block;
    list-style: none;
    margin: 0 2px !important;
    padding: 0;
}

ul.tags a.label {
    display: inline-block;
    padding: 5px;
    margin: 0;
    border-radius: 3px;
    color: #000 !important;
    font-weight: normal;
    background-color: #eee;
    border: 1px solid #ccc;
}

ul.tags a.label:hover {
    background-color: #fff;
}


body {
    color: #6f6f6f !important;
    font-family: Roboto, Arial, Helvatica, sans-serif;
}

body .topmenurow {
    background-color: #c4bcbd;
    border-bottom: 8px solid #FFFFFF;
}

.hot_one_page_logo_image img {
    margin-top: 9px;
    margin-bottom: 9px;
}

body .fullwidth {
    /*background-image: url(../../../images/startbild/Homepage.jpg);*/
    background-image: url(Homepage.jpg);
    background-position: center center;
}

body .mnu_mainmenu > li > a,
body .mnu_mainmenu > li > span {
    color: #928383;
}

body div.row-2 {
    /*	background-color: #FFFFFF;*/
}

body div.row-4 {
    /*background-color: #fee0b0;*/
}

/*mit Kontaktform*/
/*body div.row-4 div.item {*/
/*    min-height: 800px; */
/*}*/

body div.row-4 input, textarea {
    width: 390px;
    background-color: #FFFFFF;
    color: #6f6f6f;
    font-family: Roboto, Arial, Helvatica, sans-serif;
}

body div.row-4 input[type=submit] {
    width: 380px !important;
    padding: 5px 10px;
    background-color: #8e1e2f;
    color: #FFFFFF !important;
    font-family: Roboto, Arial, Helvatica, sans-serif;
}

body .contentrow .blog-featured .row-1 {
    /*background-color: #8e1e2f;
    color: #FFFFFF;*/
}

body .schriftrot {
    color: #8e1e2f;
}

/*#impressumstext{*/
/*	float: right;*/
/*	margin-top: -520px;*/
/*	text-align: left;*/
/*	width: 350px;*/
/*}*/

#impressumstext {
    text-align: center;
    width: 350px;
    margin: auto;
}

#rponline {
    background-color: #8e1e2f;
    max-width: 100%;
    padding: 10px 15px;
    width: 250px;
    text-align: center;
    display: inline;
}


img.rand {
    border: 32px solid #ffffff

}

.items-row h2 {
    /*background: url(../../../images/weiss.jpg) no-repeat center bottom;*/
    background: url(weiss.jpg) no-repeat center bottom;
    padding-bottom: 16px;
    margin-bottom: 16px;
}


body div.row-1 {
    border-top: 0px solid #ddd;
}

#dersteintext {
    clear: left;
}

#grabmale.cols-4 div.item {
    width: 25%;
    margin: 0 0 0 0;
    box-sizing: border-box;
}

#grabmale.cols-4 div.item.column-1,
#grabmale.cols-4 div.item.column-4 {
    width: 24%;
    padding: 0 25px 0 0;
}

#grabmale.cols-4 div.item.column-4 {
    padding: 0 0px 0 25px;
}

#grabmale.cols-4 div.item.column-2,
#grabmale.cols-4 div.item.column-3 {
    width: 26%;
}

#grabmale.cols-4 div.item.column-2 {
    padding: 0 15px 0 9px;
}

#grabmale.cols-4 div.item.column-3 {
    padding: 0 9px 0 15px;
}


#grabmale.cols-4 div.item.column-4 img {
    float: right;

}


div.steinimbild {
    position: relative;
}

#grabmale .bildunten {
    margin-top: 35px;
}

#steindrueber {
    bottom: -20px;
    height: auto;
    position: absolute;
    right: -40px;
    width: 200px;
}


@media only screen and (max-width: 1200px) {

    img {
        max-width: 100%;
    }

    body .contentrow .container div.item,
    body .contentrow .container div.item-page {
        padding: 0 2.5%;
    }

    body .contentrow .container div.item-page {
        padding: 0;
    }

    #impressumstext {
        float: none;
        clear: both;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }

    body div.row-4 input, textarea {
        width: 100% !important;
        max-width: 100%;
        background-color: #FFFFFF;
        color: #6f6f6f;
        font-family: Roboto, Arial, Helvatica, sans-serif;
    }

    body div.row-4 input[type=submit] {
        width: 100% !important;
        max-width: 100% !important;
        padding: 5px 10px;
        background-color: #8e1e2f;
        color: #FFFFFF !important;
        font-family: Roboto, Arial, Helvatica, sans-serif;
    }

    div.moduletable div.rapid_contact div {
        padding: 10px 0 !important;
    }


    #rponline a {
        line-height: 200%;
    }


}


@media (max-width: 1140px) and (min-width: 980px) {
    div.cell.mp_logo.span3 {
        width: 160px;
    }

    div.cell.mp_topmenu.span9 {
        width: 670px;
    }
}

@media only screen and (max-width: 980px) {
    #dersteintext {
        clear: both;
    }

    #grabmale.cols-4 div.item.column-4 img {
        float: none;
    }
}


@media only screen and (max-width: 640px) {

    div.hot_one_page_full.fullwidth {
        height: 480px !important;
    }

    /*.nav-toggle {*/
    /*    margin-top: 0px;*/
    /*}*/
    img.rand {
        border: 12px solid #ffffff;
    }


    #steindrueber {
        bottom: -20px;
        height: auto;
        position: absolute;
        right: -3px;
        width: 80px;
    }

    h2, h2 a {
        font-size: 20px;
    }


    #grabmale.cols-4 div.item {
        float: none;
        margin: 0 !important;
        padding: 0 2% !important;
        width: 96% !important;
    }

    #grabmale.cols-4 div.item img {
        float: none;
        margin: 0 0 10px 0 !important;
        padding: 0 !important;
    }

    #grabmale .bildunten {
        margin-top: 0px;
    }

    /*
    #grabmale.cols-4 div.item {
        width: 25%;
        margin: 0 0 0 0;
        box-sizing: border-box;
    }
    #grabmale.cols-4 div.item.column-1,
    #grabmale.cols-4 div.item.column-4 {
        width: 24%;
        padding: 0 5px 0 0;
    }
    #grabmale.cols-4 div.item.column-4 {
        padding: 0 0px 0 5px;
    }
    #grabmale.cols-4 div.item.column-2,
    #grabmale.cols-4 div.item.column-3 {
        width: 26%;
    }
    #grabmale.cols-4 div.item.column-2{
        padding: 0 5px 0 4px;
    }
    #grabmale.cols-4 div.item.column-3 {
        padding: 0 4px 0 5px;
    }
    #grabmale.cols-4 div.item.column-4 img{
        float: none;

    }

*/

}

