
table.price {
    width: 100%;
    padding: 0;
    border: 1px solid #ccc;
    border-spacing: 0;
    margin: 10px 0 20px;
}

table.price thead {
    font-weight: bold;
    background: #c9d3de;
    background: -moz-linear-gradient(top, #c9d3de, #eaeef2);
    background: -webkit-gradient(linear, left top, left bottom, 
 color-stop(0%,#c9d3de), color-stop(100%,#eaeef2));
    background: -webkit-linear-gradient(top, #c9d3de, #eaeef2);
    background: -o-linear-gradient(top, #c9d3de, #eaeef2);
    background: -ms-linear-gradient(top, #c9d3de, #eaeef2);
    background: linear-gradient(top, #c9d3de, #eaeef2);
    -pie-background: linear-gradient(#c9d3de, #eaeef2);
}

table.price tr td, table.price tr th {
    padding: 2px;
    text-align: center;
    border: 1px solid #cccccc !important;
	background: none;
}

table.price td, table.price th {
    background: none;
    color: #000;
    border: 1px solid #ccc;
}

.node__content .text-align-center img{
	float: none;
}

.node__content img {
    float: left;
    margin: 3px 10px 5px 0;
}


.node__content img {

    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 5px;
}

#iframe {

    width: 100%;
    height: 400px;
}

.entry-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.entry-head2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.entry-head__headline {
    font-family: 'Aktiv Grotesk Corp Bold';
    font-size: 65px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    text-transform: uppercase;
    color: #dbdedd;
}
.entry-head__headline2 {
    font-family: 'Aktiv Grotesk Corp Bold';
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    text-transform: uppercase;
    color: #dbdedd;
}
.entry-head__text {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    color: #c2c4c3;
}
.entry-head__headline h2,.entry-head__text h2 {
    padding: 0;
    margin: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-align: inherit;
    line-height: inherit;
    word-break: inherit;
}
.mb-30 {
	margin-bottom: 30px;
}
/**
 * @file
 * Alignment classes for text and block level elements.
 */

.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.text-align-center {
  text-align: center;
}
.text-align-justify {
  text-align: justify;
}

/**
 * Alignment classes for block level elements (images, videos, blockquotes, etc.)
 */
.align-left {
  float: left !important;
}
.align-right {
  float: right !important;
}
.align-center {
	float: none !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}