﻿/* Stylesheet für www.wirtekreis-konstanz.de
* Datum: 04.04.2014
* Datei: wirtekreis_style.css
*/
/*==================================================================
* Kapitel 1: Body Kalibrierung
  ==================================================================
*/
.design{
    width: 100%;
    margin: auto;
}

.socialmediaaround{
    height: 48px;
    text-align: center;
}
.sociallinks{
    text-align: center;
}
.contentslideraround{
    padding-bottom: 10px;
    width: 100%;
}

.sliderbild{
    width: 100%;
    height: 100%;
    clear: both;
    padding-top: 0px;
}
.bottombehindlogoslider{
    position:fixed;
    bottom:0px;
    z-index: 480;
    background-color: white;
    width: 100%;
    height: 50px;
}
.logoslideraround{
    position:fixed;
    bottom:0px;
    left: -30px;
    right: -10px;
    width: 100%;
    margin: auto;
    z-index: 500;
}
.socialmediaaround{
    padding-bottom: 150px;
}

#back-top{
    display: block;
    position: fixed;
    bottom: 170px;
    right: 2%;
    z-index: 10;
    padding: 15px;
}

.phonecall{
    display: block;
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 10;
    padding-top: 5px;
    padding-left: 18px;
    background-color: #52c95d;
    width: 70px;
    height: 50px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 0px 5px #888888;
}

.phonecall .fa{
    color: #fff;
}

.whatsapp{
    height: 50px;
}