:root {
  --main-color: #a0a00c;
}

.variableUse {
color: var(--main-color);
}


@font-face {
  font-display: swap;
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 800;
  src: url('../fontsMontserratAlternates/MontserratAlternates-ExtraBold.ttf') format('truetype');
}

/* montserrat-alternates-black - 900 */
@font-face {
  font-display: swap;
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/MontserratAlternates/MontserratAlternates-Black.ttf') format('truetype');
}


@font-face {
  font-display: swap;
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/MontserratAlternates/MontserratAlternates-Regular.ttf') format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/MontserratAlternates/MontserratAlternates-Medium.ttf') format('truetype');
}


/* raleway - variable font (alle weights 100-900) */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100 900;
  src: url('../fonts/Raleway/Raleway-VariableFont_wght.ttf') format('truetype');
}

/* raleway-italic - variable font (alle weights 100-900) */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 100 900;
  src: url('../fonts/Raleway/Raleway-Italic-VariableFont_wght.ttf') format('truetype');
}


.logo {
    font-family: 'Montserrat Alternates', sans-serif;
    color:#fff;
    font-size:35px;
    line-height: 35px;
    text-decoration: none;
    font-weight: 500;
}

body {
    font-family: Raleway;
}

h1 {font-family: Raleway, sans-serif;font-size:31px;}
h2 {font-family: Raleway, sans-serif;font-size:25px;}
h3 {font-family: Raleway, sans-serif;font-size:22px;}
h4 {font-family: Raleway, sans-serif;}
h5 {font-family: Raleway, sans-serif;font-weight: normal;font-size: 20px;}
h6 {font-family: Raleway, sans-serif;}

p {font-family: 'Raleway', sans-serif;}
legend {font-family: Raleway, sans-serif;font-weight: normal;color:#038;}

button{
    font-family: Raleway;
    font-weight: 700;
    border-radius: 10px;
}

/* Foundation .button class is used on both <button> and <a> "buttons" */
.button {
    border-radius: 10px;
}


.buttonlook {
    font-family: Raleway;
    font-weight: 700;
    background-color: #333A56;
    color:#fff;
}

.buttonlogin{
    margin:5px;
    background-color: #1671AD;
    color:#fff;
}

.languagebutton {
    color:#fff;
    margin:5px;
    padding:0px;
    font-size: 17px;
    background-color: transparent;

}
.languagebutton:hover {

    color:#fff;
}

.languagePill {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 8px 14px;
    margin: 5px;
    font-family: Raleway;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
}
.languagePill:hover {
    color: #333;
    background-color: #F3F8FF;
    border-color: #1671AD;
}
.languagePillFlag {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    object-fit: cover;
    margin-right: 8px;
    flex: 0 0 auto;
}
.languagePillArrow {
    margin-left: 8px;
    font-size: 13px;
    color: #fff;
    flex: 0 0 auto;
}

.buttonLinks{
    /*background-color: transparent;*/
    font-size:10px;
    font-family: Raleway;
    font-weight: 700;
    color:#000;
    margin:10px;
    background-color: #fff;
}



.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #A7A7A7; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #A7A7A7; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #A7A7A7; }

input::placeholder,
textarea::placeholder {
  color: #A7A7A7; }



.inputLogin {
    padding:2px 0px 2px 8px;
    margin:0px 0px 0px 0px;
    height:27px;
    border:1px #1778B8 solid;
    font-size: 16px;
}
.loginText {
    font-size:12px;
    margin-left:5px;
    margin-top:-10px;
    color:#fff;

}

.testemonial {
    border-right:1px #aaa solid;
    margin-top:5px;
}



.circle-text {
display: table-cell;
height: 400px; /*change this and the width
for the size of your initial circle*/
width: 400px;
font-weight:400;
text-align: center;
vertical-align: middle;
border-radius: 50%;
background: #000;
color: #fff;
font-size: 18px;
}



  .modallayout {
      border-radius: 8px;
      background-color: #fff;
      border-width: 0px;
      border-left: 0px #038 solid;
      padding: 28px;
  }


  .selectedLanguageCallout {
      border-width: 3px;
      padding:13px;


  }

  .languageChoiceCard {
      display: flex;
      align-items: center;
      background-color: #fff;
      border: 1px solid #E2E5EA;
      border-radius: 12px;
      padding: 14px 16px;
      margin: 6px;
      text-decoration: none;
      color: inherit;
      transition: border-color .15s ease, box-shadow .15s ease;
  }
  a.languageChoiceCard:hover {
      border-color: #1671AD;
      box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  }
  .languageChoiceCard.selectedLanguageCard {
      border-color: #1671AD;
      background-color: #F3F8FF;
  }
  .languageChoiceFlag {
      width: 44px;
      height: 44px;
      border-radius: 8px;
      object-fit: cover;
      flex: 0 0 auto;
      margin-right: 14px;
  }
  .languageChoiceText {
      flex: 1 1 auto;
      text-align: left;
      line-height: 1.3;
  }
  .languageChoiceName {
      display: block;
      font-weight: bold;
      font-size: 16px;
      color: #222;
  }
  .languageChoiceUrl {
      display: block;
      font-size: 13px;
      color: #8B8F98;
      margin-top: 2px;
  }
  .languageChoiceArrow {
      flex: 0 0 auto;
      font-size: 24px;
      color: #1671AD;
      margin-left: 10px;
      line-height: 1;
  }
  .languageChoiceCheck {
      flex: 0 0 auto;
      font-size: 20px;
      color: #1671AD;
      margin-left: 10px;
  }


  .speech-bubble {
	position: relative;
	background: #fff;
	border-radius: 10px;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top-color: #fff;
	border-bottom: 0;
	border-right: 0;
	margin-left: -12.5px;
	margin-bottom: -25px;
}

#pricetable {
    border-collapse: collapse;
    border-color: #fff;

 }

 /* And this to your table's `td` elements. */
 #pricetable td {
    padding: 0;
    margin: 0;
 }
