
#mybyte_media_cookiehinweis {
	line-height: 125%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid;
    bottom: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    color: #484848;
    font-size: 12px;
    line-height: 125%;
    margin: 20px;
    padding: 10px;
    position: fixed;
    width: 200px;
    z-index: 999999;
	right: 0;
	display: none;
}

#mybyte_media_cookiesettings {
	line-height: 125%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid;
    bottom: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    color: #484848;
    font-size: 10px;
    line-height: 125%;
    margin: 10px;
    padding: 10px;
    position: fixed;
    z-index: 999999;
	right: 0;
	display: none;
	cursor: pointer;
}

#mybyte_media_cookiehinweis_close {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 10px;
	margin: 0;
    text-align: center;
}

#mybyte_media_cookiehinweis_save {
    background: #dedede none repeat scroll 0 0;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 10px;
    margin: 0;
	margin-top: 10px;
    text-align: center;
}

#mybyte_media_cookiehinweis_mehrinfos {
	text-decoration: underline;
}

#mybyte_media_cookiehinweis_close
{
  background: #202950;
}

.one-container .site-content
{
  padding-bottom: 0;
}

.wpb_single_image img
{
      padding: 4px;
    background: #ededed;
}

h2, h3, h4 {
  color: #202950;
}

@font-face {
  font-family: 'Metropolis-Regular';
  src: url('https://lingua-ts.de/fonts/Metropolis-Regular.eot?#iefix') format('embedded-opentype'),
    url('https://lingua-ts.de/fonts/Metropolis-Regular.otf')  format('opentype'),
	url('https://lingua-ts.de/fonts/Metropolis-Regular.woff') format('woff'),
    url('https://lingua-ts.de/fonts/Metropolis-Regular.ttf')  format('truetype'),
    url('https://lingua-ts.de/fonts/Metropolis-Regular.svg#Metropolis-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body, button, input, select, textarea {
  font-family: 'Metropolis-Regular';
}

@font-face {
  font-family: 'Metropolis-Bold';
  src: url('https://lingua-ts.de/fonts/Metropolis-Bold.eot?#iefix') format('embedded-opentype'),
    url('https://lingua-ts.de/fonts/Metropolis-Bold.otf')  format('opentype'),
	url('https://lingua-ts.de/fonts/Metropolis-Bold.woff') format('woff'),
    url('https://lingua-ts.de/fonts/Metropolis-Bold.ttf')  format('truetype'),
    url('https://lingua-ts.de/fonts/Metropolis-Bold.svg#Metropolis-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Metropolis-Bold';
  font-weight: normal;
}

.hero {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

}
.site-content li:before {
    content: "\f00c";
  font-family: FontAwesome;
  color: #202950;
  padding-right: 10px;
}


.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #202950;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
    border-color: #202950;
    background-color: #202950;
  background-image: none;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
    border-color: #202950;
  color: #fff;
    background-color: #202950;
}



.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-black .vc_icon_element-icon {
color: #202950;
}  

.site-content ul {
    list-style: none;
}


b, strong {
    font-family: 'Metropolis-Bold';
    color: #202950;
}

ul
{
 margin: 0 0 15px 20px;
  margin-top: -20px;
}


/* Anpassung Ninja Forms
---------------------------- */ 

button,
input,
select
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url]{
	border-radius: 5px;
}

.nf-row{
	margin: 0 -5px;
}

.nf-field-label label {
    font-weight: 600;
}

.nf-field textarea{

}

.nf-form-fields-required{
	display: none !important;
	visibility: hidden;
}

.nf-error-msg,
.ninja-forms-req-symbol {
	font-size: 16px;
}

.label-above .nf-field-label {
    margin-bottom: 0 !important;
}

.label-right .nf-field-label {
    padding-left: 8px !important;
}

.label-right .checkbox-wrap .nf-field-element {
    margin-top: -4px;
}

.nf-field-container{
	margin-bottom: 1em !important;
}

.nf-field-element select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.nf-fu-progress-bar {
  background-color: #202950 !important;
}

.files_uploaded a, .files_uploaded a:visited {
    color: #990000;
}

html input[type="button"],
html input[type="button"]:hover,
html input[type="button"]:focus,
button, button:hover, button:focus,
input.application_button.button,
input.application_button.button:hover
{
  font-size: 18px;
    background: #202950;
    border-radius: 2px;
}

.files_uploaded p {
    margin-bottom: 5px;
}