@charset "utf-8";
/* CSS Document */

li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    margin-right: 10px;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

select,
a,
input,
textarea,
figure,
button,
select,
option
{
    outline: none;
}
* {
    outline: none;
}

p:empty {
	display: none;
}

* , a:focus {
    outline: none;
}

.pdfdownload:focus {
	color: #fff;
}
a {
    color: #cb171e;
}
a:hover, a:focus {
    color: #cb171e;
    text-decoration: underline;
}

body {
	font-family: 'Cabin-Regular', sans-serif;
    font-size: 16px;
}

strong, b {
	font-family: 'Cabin-Bold', sans-serif;
}

h1,
h2,
h3,
h4,
h5
{
    font-family: 'Cabin-Regular', sans-serif;
    font-weight: 400;
}

h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
    font-size: 18px;
    color: #787878;
}
h5 {
	font-size: 16px;
	color: #cb171e;
}
.red-title {
    font-family: 'Cabin-Bold', sans-serif;
    background:url('img/h3bg.png') no-repeat bottom center;
    text-align:center;
    display:inline-block;
    width: 100%;
    padding-bottom:20px;
    color:#cb171e;
    font-size:36px;
    text-transform:uppercase;
    margin-bottom: 35px;
}


.editor_ui_top{
  border-top: 1px dashed gray;
}
.editor_ui_right{
  border-right: 1px dashed gray;
}
.editor_ui_left{
  border-left: 1px dashed gray;
}
.clearfix{
  border-bottom: 1px dashed gray;
}

/* WORDPRESS CONTENT IMAGE CLASSES */

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
    height: auto;
    max-width: 100%;
}
.white-button {
    text-transform: uppercase;
    color: #cb171e;
    font-size: 15px;
    border: 1px solid #cb171e;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    padding: 0px 20px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    background: #fff;
}
.white-button:hover {
    color: #fff !important;
    border: 1px solid #cb171e;
    background: #cb171e
}
span.white-button:hover a {
    color: #fff;
}

h3.underlined {
    font-family: 'Cabin-Bold', sans-serif;
    background: url(img/h3bg.png) no-repeat bottom center;
    text-align: center;
    display: block;
    padding-bottom: 20px;
    color: #cb171e;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    margin-top: -10px;
}

h2.underlined {
    font-family: 'Cabin-Bold', sans-serif;
    background: url(img/h3bg.png) no-repeat bottom center;
    text-align: center;
    display: block;
    padding-bottom: 20px;
    color: #cb171e;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0;
    margin-top: -10px;
}

.preisliste li {
    position: relative;
    min-height: 60px;
    padding-top: 20px;
}

.preisliste li > span.white-button {
    position: absolute;
    right: 0;
    top: 10px;
}

@media(max-width: 1200px) {
    .preisliste li > span.white-button {
        position: static;
        display: block;
        text-align: center;
    }
}