/*
Theme Name: Kanzlei Zink Landing Page
Theme URI:
Author:
Author
Description: Kanzlei Zink
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: clientcube
Text Domain: Kanzlei Zink

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


* {
    border-radius: 0!important;
}

br {
    display: none;
}

body, html {
    background-color: #911104;
    color: #000000;
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.42857;
    margin: 0;
    padding: 0;
    height:100%;
}

html, body {
    height: 100%;
}

.trans {
    display: none;
}


h1, h2, h3 {
    color: #911104;
    font-size: 21px;
    font-weight: lighter;
    line-height: 23px;
    margin-top: 0;
}

.bold {
    font-weight: bold;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

a {
    color: #444444;
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: underline;
}

a:hover {
    color: #444444;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: underline;
}

.btn-zink,
.btn-zink:hover,
.btn-zink:focus,
.btn-zink:active {
    background-color: #911104 !important;
    color:#FFFFFF; !important;
    cursor:pointer;
    margin:0;
    font-family: Arial,Helvetica,sans-serif;
    border-color: #000000; !important;
    text-decoration: underline;

    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;

    margin-top: 10px;
}

#header-wrapper .container {
    background-color: #911104;
}

.container {
    background-color: #FFFFFF;
}

.no-padding-lr {
    padding-left: 0!important;
    padding-right: 0!important;
}

#header-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}

#header-wrapper .phone {
    color: #F3F3F3;
    font-family: Arial;
    font-size: 19px;
}

#header-wrapper .phone a,
#header-wrapper .phone a:hover {
    color: #ffffff;
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
}


.headline {
    color: #807f73;
    font-size: 28px;
    line-height: 28px;
    font-weight: lighter;
    font-family: "Times New Roman",Georgia,serif;
}

.headline1 {
    color: #911104;
}

.headline2 {
    color: #807f73;
    font-size: 24px;
    font-style: italic;
    font-weight: lighter;
    text-align: right;
    font-family: "Times New Roman",Georgia,serif;
}

.background-image {
    background-image: url("img/RAzink_lp_bg_970x514.jpg");
    background-repeat: no-repeat;
    padding-top: 0;
}

.image-red-container {
    background-color: #911104;
    color: #FFFFFF;
    font-size: 25px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.image-container-left-container {
    height: 460px;
}

.image-container-left {
    position: absolute;
    bottom: -13px;
    font-family: "Times New Roman",Georgia,serif;
}

.image-red-subline {
    background-color: #d2d1cc;
    color: #52514e;
    font-size: 25px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.image-container-right {
    background-color: #E8E7E2;
    padding: 20px;

    color: #5d5c53;
    font-size: 15px;
    line-height: 18px;

    margin-top: 40px;
}

.image-container-right h1 {
    font-family: "Times New Roman",Georgia,serif;
}

.image-container-right li {
    color: #911104;
}

.image-container-right li .li_text {
    color: #5d5c53;
}

.image-links {
    margin-bottom: 15px;
    margin-top: 10px;
    padding-right: 20px;
}

.line {
    background-color: #911104;
    height: 2px;
}

.content_2 {
    color: #807f73;
    font-size: 13px;
    line-height: 15px;
    padding: 10px 15px 0;
    margin-bottom: 50px;
}

.content_2 h2 {
    color: #911104;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .text-center-xs {
        text-align: center !important;
    }

}